Shades of Reef #D2EC99
Tints of Reef #D2EC99
RGB
CMYK
RGB Variations
Color information
#D2EC99 (or 0xD2EC99) is known color: Reef. HEX triplet: D2, EC and 99. RGB value is (210,236,153). Sum of RGB (Red+Green+Blue) = 210+236+153=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 153 (60.16% from 255 or 25.54% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #D2EC99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EC99 is #2D1366. Grayscale: #DBDBDB. Windows color (decimal): -2954087 or 10087634. OLE color: 10087634.
HSL color Cylindrical-coordinate representation of color #D2EC99: hue angle of 78.8º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2EC99 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 236 | 153 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.07 |
| HSL | 78.8º | 0.69% | 0.76% | - |
| HSV(B) | 78.8º | 0.35% | 0.93% | - |
| XYZ | 62.32 | 75.99 | 41.52 | - |
| YUV | 218.76 | 90.89 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 236 | 153 | 0.11 | 0 | 0.35 | 0.07 | 78.8 | 0.69 | 0.76 |
| Hex | D2 | EC | 99 | B | 0 | 23 | 7 | 4F | 45 | 4C |
| Octal | 322 | 354 | 231 | 13 | 0 | 43 | 7 | 117 | 105 | 114 |
| Binary | 11010010 | 11101100 | 10011001 | 1011 | 0 | 100011 | 111 | 1001111 | 1000101 | 1001100 |
Color Harmonies of #D2EC99
Complementary color
Monochromatic Colors of #D2EC99
Black with #D2EC99
Text Example
Text Example
White with #D2EC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EC99; }
p { color: rgb(210,236,153); }
H1.HeaderClassName
{
color: #D2EC99;
}
.AnyTagClassName
{
color: #D2EC99;
}
</style>
background-color css
<style>
a { background-color: #D2EC99; }
a { background-color: rgb(210,236,153); }
div.DivClassName
{
background-color: #D2EC99;
}
.BgClassName
{
background-color: #D2EC99;
}
</style>
border-color css
<style>
span { border-color: #D2EC99; }
span { border-color: rgb(210,236,153); }
td.TdClassName
{
border-color: #D2EC99;
}
.TagClassName
{
border-color: #D2EC99;
}
</style>