Shades of Reef #D4E496
Tints of Reef #D4E496
RGB
CMYK
RGB Variations
Color information
#D4E496 (or 0xD4E496) is known color: Reef. HEX triplet: D4, E4 and 96. RGB value is (212,228,150). Sum of RGB (Red+Green+Blue) = 212+228+150=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 228 (89.45% from 255 or 38.64% from 590); Blue value is 150 (58.98% from 255 or 25.42% from 590); Max value from RGB is 228 - color contains mainly: green. Hex color #D4E496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E496 is #2B1B69. Grayscale: #D6D6D6. Windows color (decimal): -2825066 or 9888980. OLE color: 9888980.
HSL color Cylindrical-coordinate representation of color #D4E496: hue angle of 72.31º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4E496 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 228 | 150 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.11 |
| HSL | 72.31º | 0.59% | 0.74% | - |
| HSV(B) | 72.31º | 0.34% | 0.89% | - |
| XYZ | 60.4 | 71.69 | 39.51 | - |
| YUV | 214.32 | 91.7 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 228 | 150 | 0.07 | 0 | 0.34 | 0.11 | 72.31 | 0.59 | 0.74 |
| Hex | D4 | E4 | 96 | 7 | 0 | 22 | B | 48 | 3B | 4A |
| Octal | 324 | 344 | 226 | 7 | 0 | 42 | 13 | 110 | 73 | 112 |
| Binary | 11010100 | 11100100 | 10010110 | 111 | 0 | 100010 | 1011 | 1001000 | 111011 | 1001010 |
Color Harmonies of #D4E496
Complementary color
Monochromatic Colors of #D4E496
Black with #D4E496
Text Example
Text Example
White with #D4E496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E496; }
p { color: rgb(212,228,150); }
H1.HeaderClassName
{
color: #D4E496;
}
.AnyTagClassName
{
color: #D4E496;
}
</style>
background-color css
<style>
a { background-color: #D4E496; }
a { background-color: rgb(212,228,150); }
div.DivClassName
{
background-color: #D4E496;
}
.BgClassName
{
background-color: #D4E496;
}
</style>
border-color css
<style>
span { border-color: #D4E496; }
span { border-color: rgb(212,228,150); }
td.TdClassName
{
border-color: #D4E496;
}
.TagClassName
{
border-color: #D4E496;
}
</style>