#D1EF95

Color #D1EF95 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #D1EF95

Tints of Reef #D1EF95

Color information

#D1EF95 (or 0xD1EF95) is unknown color: approx Reef. HEX triplet: D1, EF and 95. RGB value is (209,239,149). Sum of RGB (Red+Green+Blue) = 209+239+149=597 (79% of max value = 765). Red value is 209 (82.03% from 255 or 35.01% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 149 (58.59% from 255 or 24.96% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EF95 is #2E106A. Grayscale: #DCDCDC. Windows color (decimal): -3018859 or 9826257. OLE color: 9826257.

HSL color Cylindrical-coordinate representation of color #D1EF95: hue angle of 80º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D1EF95 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB209239149-
CMYK0.1300.380.06
HSL80º73.77%76.08%-
HSV(B)80º37.66%93.73%-
XYZ62.5977.4640.09-
YUV219.7788.06120.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 35.01%
GREEN value IS 239 (93.75% from 255) = 40.03%
BLUE value IS 149 (58.59% from 255) = 24.96%
R=35.01%
G=40.03%
B=24.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2092391490.1300.380.068073.7776.08
HexD1EF95D0266504a4c
Octal321357225150466120112114
Binary11010001111011111001010111010100110110101000010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EF95; }

 p { color: rgb(209,239,149); }

 H1.HeaderClassName
 {
   color: #D1EF95;
 }
 .AnyTagClassName
 {
   color: #D1EF95;
 }
</style>
background-color css

<style>
 a { background-color: #D1EF95; }

 a { background-color: rgb(209,239,149); }

 div.DivClassName
 {
   background-color: #D1EF95;
 }
 .BgClassName
 {
   background-color: #D1EF95;
 }
</style>
border-color css

<style>
 span { border-color: #D1EF95; }

 span { border-color: rgb(209,239,149); }

 td.TdClassName
 {
   border-color: #D1EF95;
 }
 .TagClassName
 {
   border-color: #D1EF95;
 }
</style>