#D4E996

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

Shades of Reef #D4E996

Tints of Reef #D4E996

Color information

#D4E996 (or 0xD4E996) is unknown color: approx Reef. HEX triplet: D4, E9 and 96. RGB value is (212,233,150). Sum of RGB (Red+Green+Blue) = 212+233+150=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 233 (91.41% from 255 or 39.16% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 233 - color contains mainly: green. Hex color #D4E996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4E996 is #2B1669. Grayscale: #D9D9D9. Windows color (decimal): -2823786 or 9890260. OLE color: 9890260.

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

Color convert

RGB212233150-
CMYK0.0900.360.09
HSL75.18º65.35%75.1%-
HSV(B)75.18º35.62%91.37%-
XYZ61.874.4839.97-
YUV217.2690.04124.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.63%
GREEN value IS 233 (91.41% from 255) = 39.16%
BLUE value IS 150 (58.98% from 255) = 25.21%
R=35.63%
G=39.16%
B=25.21%

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
Decimal2122331500.0900.360.0975.1865.3575.1
HexD4E996902494b414b
Octal3243512261104411113101113
Binary110101001110100110010110100101001001001100101110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E996; }

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

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

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

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

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

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

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

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