Shades of Reef #D2EF98
Tints of Reef #D2EF98
RGB
CMYK
RGB Variations
Color information
#D2EF98 (or 0xD2EF98) is known color: Reef. HEX triplet: D2, EF and 98. RGB value is (210,239,152). Sum of RGB (Red+Green+Blue) = 210+239+152=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 152 (59.77% from 255 or 25.29% from 601); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EF98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EF98 is #2D1067. Grayscale: #DCDCDC. Windows color (decimal): -2953320 or 10022866. OLE color: 10022866.
HSL color Cylindrical-coordinate representation of color #D2EF98: hue angle of 80º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D2EF98 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 152 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.06 |
| HSL | 80º | 0.73% | 0.77% | - |
| HSV(B) | 80º | 0.36% | 0.94% | - |
| XYZ | 63.11 | 77.7 | 41.38 | - |
| YUV | 220.41 | 89.39 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 152 | 0.12 | 0 | 0.36 | 0.06 | 80 | 0.73 | 0.77 |
| Hex | D2 | EF | 98 | C | 0 | 24 | 6 | 50 | 49 | 4D |
| Octal | 322 | 357 | 230 | 14 | 0 | 44 | 6 | 120 | 111 | 115 |
| Binary | 11010010 | 11101111 | 10011000 | 1100 | 0 | 100100 | 110 | 1010000 | 1001001 | 1001101 |
Color Harmonies of #D2EF98
Complementary color
Monochromatic Colors of #D2EF98
Black with #D2EF98
Text Example
Text Example
White with #D2EF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EF98; }
p { color: rgb(210,239,152); }
H1.HeaderClassName
{
color: #D2EF98;
}
.AnyTagClassName
{
color: #D2EF98;
}
</style>
background-color css
<style>
a { background-color: #D2EF98; }
a { background-color: rgb(210,239,152); }
div.DivClassName
{
background-color: #D2EF98;
}
.BgClassName
{
background-color: #D2EF98;
}
</style>
border-color css
<style>
span { border-color: #D2EF98; }
span { border-color: rgb(210,239,152); }
td.TdClassName
{
border-color: #D2EF98;
}
.TagClassName
{
border-color: #D2EF98;
}
</style>