Shades of Reef #D2F09F
Tints of Reef #D2F09F
RGB
CMYK
RGB Variations
Color information
#D2F09F (or 0xD2F09F) is known color: Reef. HEX triplet: D2, F0 and 9F. RGB value is (210,240,159). Sum of RGB (Red+Green+Blue) = 210+240+159=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 240 (94.14% from 255 or 39.41% from 609); Blue value is 159 (62.5% from 255 or 26.11% from 609); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F09F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F09F is #2D0F60. Grayscale: #DEDEDE. Windows color (decimal): -2953057 or 10481874. OLE color: 10481874.
HSL color Cylindrical-coordinate representation of color #D2F09F: hue angle of 82.22º degrees, saturation: 0.73, 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 #D2F09F is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 240 | 159 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.06 |
| HSL | 82.22º | 0.73% | 0.78% | - |
| HSV(B) | 82.22º | 0.34% | 0.94% | - |
| XYZ | 64 | 78.53 | 44.58 | - |
| YUV | 221.8 | 92.56 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 240 | 159 | 0.12 | 0 | 0.34 | 0.06 | 82.22 | 0.73 | 0.78 |
| Hex | D2 | F0 | 9F | C | 0 | 22 | 6 | 52 | 49 | 4E |
| Octal | 322 | 360 | 237 | 14 | 0 | 42 | 6 | 122 | 111 | 116 |
| Binary | 11010010 | 11110000 | 10011111 | 1100 | 0 | 100010 | 110 | 1010010 | 1001001 | 1001110 |
Color Harmonies of #D2F09F
Complementary color
Monochromatic Colors of #D2F09F
Black with #D2F09F
Text Example
Text Example
White with #D2F09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F09F; }
p { color: rgb(210,240,159); }
H1.HeaderClassName
{
color: #D2F09F;
}
.AnyTagClassName
{
color: #D2F09F;
}
</style>
background-color css
<style>
a { background-color: #D2F09F; }
a { background-color: rgb(210,240,159); }
div.DivClassName
{
background-color: #D2F09F;
}
.BgClassName
{
background-color: #D2F09F;
}
</style>
border-color css
<style>
span { border-color: #D2F09F; }
span { border-color: rgb(210,240,159); }
td.TdClassName
{
border-color: #D2F09F;
}
.TagClassName
{
border-color: #D2F09F;
}
</style>