Shades of Reef #D0E495
Tints of Reef #D0E495
RGB
CMYK
RGB Variations
Color information
#D0E495 (or 0xD0E495) is known color: Reef. HEX triplet: D0, E4 and 95. RGB value is (208,228,149). Sum of RGB (Red+Green+Blue) = 208+228+149=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 228 (89.45% from 255 or 38.97% from 585); Blue value is 149 (58.59% from 255 or 25.47% from 585); Max value from RGB is 228 - color contains mainly: green. Hex color #D0E495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E495 is #2F1B6A. Grayscale: #D5D5D5. Windows color (decimal): -3087211 or 9823440. OLE color: 9823440.
HSL color Cylindrical-coordinate representation of color #D0E495: hue angle of 75.19º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0E495 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 228 | 149 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.11 |
| HSL | 75.19º | 0.59% | 0.74% | - |
| HSV(B) | 75.19º | 0.35% | 0.89% | - |
| XYZ | 59.18 | 71.07 | 39.03 | - |
| YUV | 213.01 | 91.87 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 228 | 149 | 0.09 | 0 | 0.35 | 0.11 | 75.19 | 0.59 | 0.74 |
| Hex | D0 | E4 | 95 | 9 | 0 | 23 | B | 4B | 3B | 4A |
| Octal | 320 | 344 | 225 | 11 | 0 | 43 | 13 | 113 | 73 | 112 |
| Binary | 11010000 | 11100100 | 10010101 | 1001 | 0 | 100011 | 1011 | 1001011 | 111011 | 1001010 |
Color Harmonies of #D0E495
Complementary color
Monochromatic Colors of #D0E495
Black with #D0E495
Text Example
Text Example
White with #D0E495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E495; }
p { color: rgb(208,228,149); }
H1.HeaderClassName
{
color: #D0E495;
}
.AnyTagClassName
{
color: #D0E495;
}
</style>
background-color css
<style>
a { background-color: #D0E495; }
a { background-color: rgb(208,228,149); }
div.DivClassName
{
background-color: #D0E495;
}
.BgClassName
{
background-color: #D0E495;
}
</style>
border-color css
<style>
span { border-color: #D0E495; }
span { border-color: rgb(208,228,149); }
td.TdClassName
{
border-color: #D0E495;
}
.TagClassName
{
border-color: #D0E495;
}
</style>