Shades of Reef #D0EC93
Tints of Reef #D0EC93
RGB
CMYK
RGB Variations
Color information
#D0EC93 (or 0xD0EC93) is known color: Reef. HEX triplet: D0, EC and 93. RGB value is (208,236,147). Sum of RGB (Red+Green+Blue) = 208+236+147=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 147 (57.81% from 255 or 24.87% from 591); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EC93 is #2F136C. Grayscale: #D9D9D9. Windows color (decimal): -3085165 or 9694416. OLE color: 9694416.
HSL color Cylindrical-coordinate representation of color #D0EC93: hue angle of 78.88º degrees, saturation: 0.7, 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 #D0EC93 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 147 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.07 |
| HSL | 78.88º | 0.7% | 0.75% | - |
| HSV(B) | 78.88º | 0.38% | 0.93% | - |
| XYZ | 61.27 | 75.51 | 38.95 | - |
| YUV | 217.48 | 88.22 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 147 | 0.12 | 0 | 0.38 | 0.07 | 78.88 | 0.7 | 0.75 |
| Hex | D0 | EC | 93 | C | 0 | 26 | 7 | 4F | 46 | 4B |
| Octal | 320 | 354 | 223 | 14 | 0 | 46 | 7 | 117 | 106 | 113 |
| Binary | 11010000 | 11101100 | 10010011 | 1100 | 0 | 100110 | 111 | 1001111 | 1000110 | 1001011 |
Color Harmonies of #D0EC93
Complementary color
Monochromatic Colors of #D0EC93
Black with #D0EC93
Text Example
Text Example
White with #D0EC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EC93; }
p { color: rgb(208,236,147); }
H1.HeaderClassName
{
color: #D0EC93;
}
.AnyTagClassName
{
color: #D0EC93;
}
</style>
background-color css
<style>
a { background-color: #D0EC93; }
a { background-color: rgb(208,236,147); }
div.DivClassName
{
background-color: #D0EC93;
}
.BgClassName
{
background-color: #D0EC93;
}
</style>
border-color css
<style>
span { border-color: #D0EC93; }
span { border-color: rgb(208,236,147); }
td.TdClassName
{
border-color: #D0EC93;
}
.TagClassName
{
border-color: #D0EC93;
}
</style>