Shades of Reef #D0E59A
Tints of Reef #D0E59A
RGB
CMYK
RGB Variations
Color information
#D0E59A (or 0xD0E59A) is known color: Reef. HEX triplet: D0, E5 and 9A. RGB value is (208,229,154). Sum of RGB (Red+Green+Blue) = 208+229+154=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 154 (60.55% from 255 or 26.06% from 591); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E59A is #2F1A65. Grayscale: #D6D6D6. Windows color (decimal): -3086950 or 10151376. OLE color: 10151376.
HSL color Cylindrical-coordinate representation of color #D0E59A: hue angle of 76.8º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0E59A is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 229 | 154 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.10 |
| HSL | 76.8º | 0.59% | 0.75% | - |
| HSV(B) | 76.8º | 0.33% | 0.9% | - |
| XYZ | 59.86 | 71.78 | 41.27 | - |
| YUV | 214.17 | 94.04 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 229 | 154 | 0.09 | 0 | 0.33 | 0.10 | 76.8 | 0.59 | 0.75 |
| Hex | D0 | E5 | 9A | 9 | 0 | 21 | A | 4D | 3B | 4B |
| Octal | 320 | 345 | 232 | 11 | 0 | 41 | 12 | 115 | 73 | 113 |
| Binary | 11010000 | 11100101 | 10011010 | 1001 | 0 | 100001 | 1010 | 1001101 | 111011 | 1001011 |
Color Harmonies of #D0E59A
Complementary color
Monochromatic Colors of #D0E59A
Black with #D0E59A
Text Example
Text Example
White with #D0E59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E59A; }
p { color: rgb(208,229,154); }
H1.HeaderClassName
{
color: #D0E59A;
}
.AnyTagClassName
{
color: #D0E59A;
}
</style>
background-color css
<style>
a { background-color: #D0E59A; }
a { background-color: rgb(208,229,154); }
div.DivClassName
{
background-color: #D0E59A;
}
.BgClassName
{
background-color: #D0E59A;
}
</style>
border-color css
<style>
span { border-color: #D0E59A; }
span { border-color: rgb(208,229,154); }
td.TdClassName
{
border-color: #D0E59A;
}
.TagClassName
{
border-color: #D0E59A;
}
</style>