Shades of Reef #D0E59F
Tints of Reef #D0E59F
RGB
CMYK
RGB Variations
Color information
#D0E59F (or 0xD0E59F) is known color: Reef. HEX triplet: D0, E5 and 9F. RGB value is (208,229,159). Sum of RGB (Red+Green+Blue) = 208+229+159=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 159 (62.5% from 255 or 26.68% from 596); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E59F is #2F1A60. Grayscale: #D7D7D7. Windows color (decimal): -3086945 or 10479056. OLE color: 10479056.
HSL color Cylindrical-coordinate representation of color #D0E59F: hue angle of 78º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0E59F is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 229 | 159 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.10 |
| HSL | 78º | 0.57% | 0.76% | - |
| HSV(B) | 78º | 0.31% | 0.9% | - |
| XYZ | 60.29 | 71.95 | 43.51 | - |
| YUV | 214.74 | 96.54 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 229 | 159 | 0.09 | 0 | 0.31 | 0.10 | 78 | 0.57 | 0.76 |
| Hex | D0 | E5 | 9F | 9 | 0 | 1F | A | 4E | 39 | 4C |
| Octal | 320 | 345 | 237 | 11 | 0 | 37 | 12 | 116 | 71 | 114 |
| Binary | 11010000 | 11100101 | 10011111 | 1001 | 0 | 11111 | 1010 | 1001110 | 111001 | 1001100 |
Color Harmonies of #D0E59F
Complementary color
Monochromatic Colors of #D0E59F
Black with #D0E59F
Text Example
Text Example
White with #D0E59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E59F; }
p { color: rgb(208,229,159); }
H1.HeaderClassName
{
color: #D0E59F;
}
.AnyTagClassName
{
color: #D0E59F;
}
</style>
background-color css
<style>
a { background-color: #D0E59F; }
a { background-color: rgb(208,229,159); }
div.DivClassName
{
background-color: #D0E59F;
}
.BgClassName
{
background-color: #D0E59F;
}
</style>
border-color css
<style>
span { border-color: #D0E59F; }
span { border-color: rgb(208,229,159); }
td.TdClassName
{
border-color: #D0E59F;
}
.TagClassName
{
border-color: #D0E59F;
}
</style>