#D6E995

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

Shades of Reef #D6E995

Tints of Reef #D6E995

Color information

#D6E995 (or 0xD6E995) is unknown color: approx Reef. HEX triplet: D6, E9 and 95. RGB value is (214,233,149). Sum of RGB (Red+Green+Blue) = 214+233+149=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 233 (91.41% from 255 or 39.09% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6E995 is #29166A. Grayscale: #DADADA. Windows color (decimal): -2692715 or 9824726. OLE color: 9824726.

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

Color convert

RGB214233149-
CMYK0.0800.360.09
HSL73.57º65.62%74.9%-
HSV(B)73.57º36.05%91.37%-
XYZ62.374.7439.58-
YUV217.7489.21125.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.91%
GREEN value IS 233 (91.41% from 255) = 39.09%
BLUE value IS 149 (58.59% from 255) = 25%
R=35.91%
G=39.09%
B=25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142331490.0800.360.0973.5765.6274.9
HexD6E995802494a424b
Octal3263512251004411112102113
Binary110101101110100110010101100001001001001100101010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E995; }

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

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

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

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

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

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

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

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