Shades of Reef #D0EC95
Tints of Reef #D0EC95
RGB
CMYK
RGB Variations
Color information
#D0EC95 (or 0xD0EC95) is known color: Reef. HEX triplet: D0, EC and 95. RGB value is (208,236,149). Sum of RGB (Red+Green+Blue) = 208+236+149=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EC95 is #2F136A. Grayscale: #DADADA. Windows color (decimal): -3085163 or 9825488. OLE color: 9825488.
HSL color Cylindrical-coordinate representation of color #D0EC95: hue angle of 79.31º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0EC95 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 149 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.07 |
| HSL | 79.31º | 0.7% | 0.75% | - |
| HSV(B) | 79.31º | 0.37% | 0.93% | - |
| XYZ | 61.43 | 75.57 | 39.78 | - |
| YUV | 217.71 | 89.22 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 149 | 0.12 | 0 | 0.37 | 0.07 | 79.31 | 0.7 | 0.75 |
| Hex | D0 | EC | 95 | C | 0 | 25 | 7 | 4F | 46 | 4B |
| Octal | 320 | 354 | 225 | 14 | 0 | 45 | 7 | 117 | 106 | 113 |
| Binary | 11010000 | 11101100 | 10010101 | 1100 | 0 | 100101 | 111 | 1001111 | 1000110 | 1001011 |
Color Harmonies of #D0EC95
Complementary color
Monochromatic Colors of #D0EC95
Black with #D0EC95
Text Example
Text Example
White with #D0EC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EC95; }
p { color: rgb(208,236,149); }
H1.HeaderClassName
{
color: #D0EC95;
}
.AnyTagClassName
{
color: #D0EC95;
}
</style>
background-color css
<style>
a { background-color: #D0EC95; }
a { background-color: rgb(208,236,149); }
div.DivClassName
{
background-color: #D0EC95;
}
.BgClassName
{
background-color: #D0EC95;
}
</style>
border-color css
<style>
span { border-color: #D0EC95; }
span { border-color: rgb(208,236,149); }
td.TdClassName
{
border-color: #D0EC95;
}
.TagClassName
{
border-color: #D0EC95;
}
</style>