#D6EA95

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

Shades of Reef #D6EA95

Tints of Reef #D6EA95

Color information

#D6EA95 (or 0xD6EA95) is unknown color: approx Reef. HEX triplet: D6, EA and 95. RGB value is (214,234,149). Sum of RGB (Red+Green+Blue) = 214+234+149=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 149 (58.59% from 255 or 24.96% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EA95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EA95 is #29156A. Grayscale: #DADADA. Windows color (decimal): -2692459 or 9824982. OLE color: 9824982.

HSL color Cylindrical-coordinate representation of color #D6EA95: hue angle of 74.12º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6EA95 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB214234149-
CMYK0.0900.360.08
HSL74.12º66.93%75.1%-
HSV(B)74.12º36.32%91.76%-
XYZ62.5875.3139.67-
YUV218.3388.87124.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.85%
GREEN value IS 234 (91.80% from 255) = 39.20%
BLUE value IS 149 (58.59% from 255) = 24.96%
R=35.85%
G=39.20%
B=24.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142341490.0900.360.0874.1266.9375.1
HexD6EA95902484a434b
Octal3263522251104410112103113
Binary110101101110101010010101100101001001000100101010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EA95; }

 p { color: rgb(214,234,149); }

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

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

 a { background-color: rgb(214,234,149); }

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

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

 span { border-color: rgb(214,234,149); }

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