Shades of Reef #D8ED95
Tints of Reef #D8ED95
RGB
CMYK
RGB Variations
Color information
#D8ED95 (or 0xD8ED95) is known color: Reef. HEX triplet: D8, ED and 95. RGB value is (216,237,149). Sum of RGB (Red+Green+Blue) = 216+237+149=602 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.88% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #D8ED95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8ED95 is #27126A. Grayscale: #DDDDDD. Windows color (decimal): -2560619 or 9825752. OLE color: 9825752.
HSL color Cylindrical-coordinate representation of color #D8ED95: hue angle of 74.32º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D8ED95 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 237 | 149 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.07 |
| HSL | 74.32º | 0.71% | 0.76% | - |
| HSV(B) | 74.32º | 0.37% | 0.93% | - |
| XYZ | 64.03 | 77.34 | 39.99 | - |
| YUV | 220.69 | 87.54 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 237 | 149 | 0.09 | 0 | 0.37 | 0.07 | 74.32 | 0.71 | 0.76 |
| Hex | D8 | ED | 95 | 9 | 0 | 25 | 7 | 4A | 47 | 4C |
| Octal | 330 | 355 | 225 | 11 | 0 | 45 | 7 | 112 | 107 | 114 |
| Binary | 11011000 | 11101101 | 10010101 | 1001 | 0 | 100101 | 111 | 1001010 | 1000111 | 1001100 |
Color Harmonies of #D8ED95
Complementary color
Monochromatic Colors of #D8ED95
Black with #D8ED95
Text Example
Text Example
White with #D8ED95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ED95; }
p { color: rgb(216,237,149); }
H1.HeaderClassName
{
color: #D8ED95;
}
.AnyTagClassName
{
color: #D8ED95;
}
</style>
background-color css
<style>
a { background-color: #D8ED95; }
a { background-color: rgb(216,237,149); }
div.DivClassName
{
background-color: #D8ED95;
}
.BgClassName
{
background-color: #D8ED95;
}
</style>
border-color css
<style>
span { border-color: #D8ED95; }
span { border-color: rgb(216,237,149); }
td.TdClassName
{
border-color: #D8ED95;
}
.TagClassName
{
border-color: #D8ED95;
}
</style>