Shades of Reef #D4E396
Tints of Reef #D4E396
RGB
CMYK
RGB Variations
Color information
#D4E396 (or 0xD4E396) is known color: Reef. HEX triplet: D4, E3 and 96. RGB value is (212,227,150). Sum of RGB (Red+Green+Blue) = 212+227+150=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 227 (89.06% from 255 or 38.54% from 589); Blue value is 150 (58.98% from 255 or 25.47% from 589); Max value from RGB is 227 - color contains mainly: green. Hex color #D4E396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E396 is #2B1C69. Grayscale: #D6D6D6. Windows color (decimal): -2825322 or 9888724. OLE color: 9888724.
HSL color Cylindrical-coordinate representation of color #D4E396: hue angle of 71.69º degrees, saturation: 0.58, 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 #D4E396 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 227 | 150 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.11 |
| HSL | 71.69º | 0.58% | 0.74% | - |
| HSV(B) | 71.69º | 0.34% | 0.89% | - |
| XYZ | 60.13 | 71.14 | 39.42 | - |
| YUV | 213.74 | 92.03 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 227 | 150 | 0.07 | 0 | 0.34 | 0.11 | 71.69 | 0.58 | 0.74 |
| Hex | D4 | E3 | 96 | 7 | 0 | 22 | B | 48 | 3A | 4A |
| Octal | 324 | 343 | 226 | 7 | 0 | 42 | 13 | 110 | 72 | 112 |
| Binary | 11010100 | 11100011 | 10010110 | 111 | 0 | 100010 | 1011 | 1001000 | 111010 | 1001010 |
Color Harmonies of #D4E396
Complementary color
Monochromatic Colors of #D4E396
Black with #D4E396
Text Example
Text Example
White with #D4E396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E396; }
p { color: rgb(212,227,150); }
H1.HeaderClassName
{
color: #D4E396;
}
.AnyTagClassName
{
color: #D4E396;
}
</style>
background-color css
<style>
a { background-color: #D4E396; }
a { background-color: rgb(212,227,150); }
div.DivClassName
{
background-color: #D4E396;
}
.BgClassName
{
background-color: #D4E396;
}
</style>
border-color css
<style>
span { border-color: #D4E396; }
span { border-color: rgb(212,227,150); }
td.TdClassName
{
border-color: #D4E396;
}
.TagClassName
{
border-color: #D4E396;
}
</style>