Shades of Reef #D2EF9E
Tints of Reef #D2EF9E
RGB
CMYK
RGB Variations
Color information
#D2EF9E (or 0xD2EF9E) is known color: Reef. HEX triplet: D2, EF and 9E. RGB value is (210,239,158). Sum of RGB (Red+Green+Blue) = 210+239+158=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EF9E is #2D1061. Grayscale: #DDDDDD. Windows color (decimal): -2953314 or 10416082. OLE color: 10416082.
HSL color Cylindrical-coordinate representation of color #D2EF9E: hue angle of 81.48º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2EF9E is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 158 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.06 |
| HSL | 81.48º | 0.72% | 0.78% | - |
| HSV(B) | 81.48º | 0.34% | 0.94% | - |
| XYZ | 63.62 | 77.9 | 44.03 | - |
| YUV | 221.1 | 92.39 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 158 | 0.12 | 0 | 0.34 | 0.06 | 81.48 | 0.72 | 0.78 |
| Hex | D2 | EF | 9E | C | 0 | 22 | 6 | 51 | 48 | 4E |
| Octal | 322 | 357 | 236 | 14 | 0 | 42 | 6 | 121 | 110 | 116 |
| Binary | 11010010 | 11101111 | 10011110 | 1100 | 0 | 100010 | 110 | 1010001 | 1001000 | 1001110 |
Color Harmonies of #D2EF9E
Complementary color
Monochromatic Colors of #D2EF9E
Black with #D2EF9E
Text Example
Text Example
White with #D2EF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EF9E; }
p { color: rgb(210,239,158); }
H1.HeaderClassName
{
color: #D2EF9E;
}
.AnyTagClassName
{
color: #D2EF9E;
}
</style>
background-color css
<style>
a { background-color: #D2EF9E; }
a { background-color: rgb(210,239,158); }
div.DivClassName
{
background-color: #D2EF9E;
}
.BgClassName
{
background-color: #D2EF9E;
}
</style>
border-color css
<style>
span { border-color: #D2EF9E; }
span { border-color: rgb(210,239,158); }
td.TdClassName
{
border-color: #D2EF9E;
}
.TagClassName
{
border-color: #D2EF9E;
}
</style>