Shades of Reef #D4EF9F
Tints of Reef #D4EF9F
RGB
CMYK
RGB Variations
Color information
#D4EF9F (or 0xD4EF9F) is known color: Reef. HEX triplet: D4, EF and 9F. RGB value is (212,239,159). Sum of RGB (Red+Green+Blue) = 212+239+159=610 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.75% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 159 (62.5% from 255 or 26.07% from 610); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EF9F is #2B1060. Grayscale: #DEDEDE. Windows color (decimal): -2822241 or 10481620. OLE color: 10481620.
HSL color Cylindrical-coordinate representation of color #D4EF9F: hue angle of 80.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4EF9F is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 239 | 159 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.06 |
| HSL | 80.25º | 0.71% | 0.78% | - |
| HSV(B) | 80.25º | 0.33% | 0.94% | - |
| XYZ | 64.28 | 78.23 | 44.51 | - |
| YUV | 221.81 | 92.55 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 239 | 159 | 0.11 | 0 | 0.33 | 0.06 | 80.25 | 0.71 | 0.78 |
| Hex | D4 | EF | 9F | B | 0 | 21 | 6 | 50 | 47 | 4E |
| Octal | 324 | 357 | 237 | 13 | 0 | 41 | 6 | 120 | 107 | 116 |
| Binary | 11010100 | 11101111 | 10011111 | 1011 | 0 | 100001 | 110 | 1010000 | 1000111 | 1001110 |
Color Harmonies of #D4EF9F
Complementary color
Monochromatic Colors of #D4EF9F
Black with #D4EF9F
Text Example
Text Example
White with #D4EF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EF9F; }
p { color: rgb(212,239,159); }
H1.HeaderClassName
{
color: #D4EF9F;
}
.AnyTagClassName
{
color: #D4EF9F;
}
</style>
background-color css
<style>
a { background-color: #D4EF9F; }
a { background-color: rgb(212,239,159); }
div.DivClassName
{
background-color: #D4EF9F;
}
.BgClassName
{
background-color: #D4EF9F;
}
</style>
border-color css
<style>
span { border-color: #D4EF9F; }
span { border-color: rgb(212,239,159); }
td.TdClassName
{
border-color: #D4EF9F;
}
.TagClassName
{
border-color: #D4EF9F;
}
</style>