Shades of Reef #D0EE93
Tints of Reef #D0EE93
RGB
CMYK
RGB Variations
Color information
#D0EE93 (or 0xD0EE93) is known color: Reef. HEX triplet: D0, EE and 93. RGB value is (208,238,147). Sum of RGB (Red+Green+Blue) = 208+238+147=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 147 (57.81% from 255 or 24.79% from 593); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EE93 is #2F116C. Grayscale: #DADADA. Windows color (decimal): -3084653 or 9694928. OLE color: 9694928.
HSL color Cylindrical-coordinate representation of color #D0EE93: hue angle of 79.78º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0EE93 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 147 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.07 |
| HSL | 79.78º | 0.73% | 0.75% | - |
| HSV(B) | 79.78º | 0.38% | 0.93% | - |
| XYZ | 61.85 | 76.67 | 39.14 | - |
| YUV | 218.66 | 87.56 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 147 | 0.13 | 0 | 0.38 | 0.07 | 79.78 | 0.73 | 0.75 |
| Hex | D0 | EE | 93 | D | 0 | 26 | 7 | 50 | 49 | 4B |
| Octal | 320 | 356 | 223 | 15 | 0 | 46 | 7 | 120 | 111 | 113 |
| Binary | 11010000 | 11101110 | 10010011 | 1101 | 0 | 100110 | 111 | 1010000 | 1001001 | 1001011 |
Color Harmonies of #D0EE93
Complementary color
Monochromatic Colors of #D0EE93
Black with #D0EE93
Text Example
Text Example
White with #D0EE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EE93; }
p { color: rgb(208,238,147); }
H1.HeaderClassName
{
color: #D0EE93;
}
.AnyTagClassName
{
color: #D0EE93;
}
</style>
background-color css
<style>
a { background-color: #D0EE93; }
a { background-color: rgb(208,238,147); }
div.DivClassName
{
background-color: #D0EE93;
}
.BgClassName
{
background-color: #D0EE93;
}
</style>
border-color css
<style>
span { border-color: #D0EE93; }
span { border-color: rgb(208,238,147); }
td.TdClassName
{
border-color: #D0EE93;
}
.TagClassName
{
border-color: #D0EE93;
}
</style>