#D5E996

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

Shades of Reef #D5E996

Tints of Reef #D5E996

Color information

#D5E996 (or 0xD5E996) is unknown color: approx Reef. HEX triplet: D5, E9 and 96. RGB value is (213,233,150). Sum of RGB (Red+Green+Blue) = 213+233+150=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 233 (91.41% from 255 or 39.09% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5E996 is #2A1669. Grayscale: #D9D9D9. Windows color (decimal): -2758250 or 9890261. OLE color: 9890261.

HSL color Cylindrical-coordinate representation of color #D5E996: hue angle of 74.46º degrees, saturation: 0.65, 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 #D5E996 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB213233150-
CMYK0.0900.360.09
HSL74.46º65.35%75.1%-
HSV(B)74.46º35.62%91.37%-
XYZ62.0874.6339.99-
YUV217.5689.87124.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.74%
GREEN value IS 233 (91.41% from 255) = 39.09%
BLUE value IS 150 (58.98% from 255) = 25.17%
R=35.74%
G=39.09%
B=25.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2132331500.0900.360.0974.4665.3575.1
HexD5E996902494a414b
Octal3253512261104411112101113
Binary110101011110100110010110100101001001001100101010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E996; }

 p { color: rgb(213,233,150); }

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

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

 a { background-color: rgb(213,233,150); }

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

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

 span { border-color: rgb(213,233,150); }

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