Shades of Reef #D0EE92
Tints of Reef #D0EE92
RGB
CMYK
RGB Variations
Color information
#D0EE92 (or 0xD0EE92) is known color: Reef. HEX triplet: D0, EE and 92. RGB value is (208,238,146). Sum of RGB (Red+Green+Blue) = 208+238+146=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 146 (57.42% from 255 or 24.66% from 592); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EE92 is #2F116D. Grayscale: #DADADA. Windows color (decimal): -3084654 or 9629392. OLE color: 9629392.
HSL color Cylindrical-coordinate representation of color #D0EE92: hue angle of 79.57º 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 #D0EE92 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 146 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.07 |
| HSL | 79.57º | 0.73% | 0.75% | - |
| HSV(B) | 79.57º | 0.39% | 0.93% | - |
| XYZ | 61.78 | 76.63 | 38.73 | - |
| YUV | 218.54 | 87.06 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 146 | 0.13 | 0 | 0.39 | 0.07 | 79.57 | 0.73 | 0.75 |
| Hex | D0 | EE | 92 | D | 0 | 27 | 7 | 50 | 49 | 4B |
| Octal | 320 | 356 | 222 | 15 | 0 | 47 | 7 | 120 | 111 | 113 |
| Binary | 11010000 | 11101110 | 10010010 | 1101 | 0 | 100111 | 111 | 1010000 | 1001001 | 1001011 |
Color Harmonies of #D0EE92
Complementary color
Monochromatic Colors of #D0EE92
Black with #D0EE92
Text Example
Text Example
White with #D0EE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EE92; }
p { color: rgb(208,238,146); }
H1.HeaderClassName
{
color: #D0EE92;
}
.AnyTagClassName
{
color: #D0EE92;
}
</style>
background-color css
<style>
a { background-color: #D0EE92; }
a { background-color: rgb(208,238,146); }
div.DivClassName
{
background-color: #D0EE92;
}
.BgClassName
{
background-color: #D0EE92;
}
</style>
border-color css
<style>
span { border-color: #D0EE92; }
span { border-color: rgb(208,238,146); }
td.TdClassName
{
border-color: #D0EE92;
}
.TagClassName
{
border-color: #D0EE92;
}
</style>