Shades of Reef #D0EE91
Tints of Reef #D0EE91
RGB
CMYK
RGB Variations
Color information
#D0EE91 (or 0xD0EE91) is known color: Reef. HEX triplet: D0, EE and 91. RGB value is (208,238,145). Sum of RGB (Red+Green+Blue) = 208+238+145=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 145 (57.03% from 255 or 24.53% from 591); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EE91 is #2F116E. Grayscale: #DADADA. Windows color (decimal): -3084655 or 9563856. OLE color: 9563856.
HSL color Cylindrical-coordinate representation of color #D0EE91: hue angle of 79.35º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0EE91 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 145 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.07 |
| HSL | 79.35º | 0.73% | 0.75% | - |
| HSV(B) | 79.35º | 0.39% | 0.93% | - |
| XYZ | 61.7 | 76.6 | 38.32 | - |
| YUV | 218.43 | 86.56 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 145 | 0.13 | 0 | 0.39 | 0.07 | 79.35 | 0.73 | 0.75 |
| Hex | D0 | EE | 91 | D | 0 | 27 | 7 | 4F | 49 | 4B |
| Octal | 320 | 356 | 221 | 15 | 0 | 47 | 7 | 117 | 111 | 113 |
| Binary | 11010000 | 11101110 | 10010001 | 1101 | 0 | 100111 | 111 | 1001111 | 1001001 | 1001011 |
Color Harmonies of #D0EE91
Complementary color
Monochromatic Colors of #D0EE91
Black with #D0EE91
Text Example
Text Example
White with #D0EE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EE91; }
p { color: rgb(208,238,145); }
H1.HeaderClassName
{
color: #D0EE91;
}
.AnyTagClassName
{
color: #D0EE91;
}
</style>
background-color css
<style>
a { background-color: #D0EE91; }
a { background-color: rgb(208,238,145); }
div.DivClassName
{
background-color: #D0EE91;
}
.BgClassName
{
background-color: #D0EE91;
}
</style>
border-color css
<style>
span { border-color: #D0EE91; }
span { border-color: rgb(208,238,145); }
td.TdClassName
{
border-color: #D0EE91;
}
.TagClassName
{
border-color: #D0EE91;
}
</style>