Shades of Reef #D4E196
Tints of Reef #D4E196
RGB
CMYK
RGB Variations
Color information
#D4E196 (or 0xD4E196) is known color: Reef. HEX triplet: D4, E1 and 96. RGB value is (212,225,150). Sum of RGB (Red+Green+Blue) = 212+225+150=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E196 is #2B1E69. Grayscale: #D4D4D4. Windows color (decimal): -2825834 or 9888212. OLE color: 9888212.
HSL color Cylindrical-coordinate representation of color #D4E196: hue angle of 70.4º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4E196 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 150 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.12 |
| HSL | 70.4º | 0.56% | 0.74% | - |
| HSV(B) | 70.4º | 0.33% | 0.88% | - |
| XYZ | 59.58 | 70.05 | 39.23 | - |
| YUV | 212.56 | 92.69 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 150 | 0.06 | 0 | 0.33 | 0.12 | 70.4 | 0.56 | 0.74 |
| Hex | D4 | E1 | 96 | 6 | 0 | 21 | C | 46 | 38 | 4A |
| Octal | 324 | 341 | 226 | 6 | 0 | 41 | 14 | 106 | 70 | 112 |
| Binary | 11010100 | 11100001 | 10010110 | 110 | 0 | 100001 | 1100 | 1000110 | 111000 | 1001010 |
Color Harmonies of #D4E196
Complementary color
Monochromatic Colors of #D4E196
Black with #D4E196
Text Example
Text Example
White with #D4E196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E196; }
p { color: rgb(212,225,150); }
H1.HeaderClassName
{
color: #D4E196;
}
.AnyTagClassName
{
color: #D4E196;
}
</style>
background-color css
<style>
a { background-color: #D4E196; }
a { background-color: rgb(212,225,150); }
div.DivClassName
{
background-color: #D4E196;
}
.BgClassName
{
background-color: #D4E196;
}
</style>
border-color css
<style>
span { border-color: #D4E196; }
span { border-color: rgb(212,225,150); }
td.TdClassName
{
border-color: #D4E196;
}
.TagClassName
{
border-color: #D4E196;
}
</style>