Shades of Reef #D2F0AB
Tints of Reef #D2F0AB
RGB
CMYK
RGB Variations
Color information
#D2F0AB (or 0xD2F0AB) is known color: Reef. HEX triplet: D2, F0 and AB. RGB value is (210,240,171). Sum of RGB (Red+Green+Blue) = 210+240+171=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 240 (94.14% from 255 or 38.65% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F0AB is #2D0F54. Grayscale: #DFDFDF. Windows color (decimal): -2953045 or 11268306. OLE color: 11268306.
HSL color Cylindrical-coordinate representation of color #D2F0AB: hue angle of 86.09º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2F0AB is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 240 | 171 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.06 |
| HSL | 86.09º | 0.7% | 0.81% | - |
| HSV(B) | 86.09º | 0.29% | 0.94% | - |
| XYZ | 65.09 | 78.96 | 50.34 | - |
| YUV | 223.16 | 98.56 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 240 | 171 | 0.12 | 0 | 0.29 | 0.06 | 86.09 | 0.7 | 0.81 |
| Hex | D2 | F0 | AB | C | 0 | 1D | 6 | 56 | 46 | 51 |
| Octal | 322 | 360 | 253 | 14 | 0 | 35 | 6 | 126 | 106 | 121 |
| Binary | 11010010 | 11110000 | 10101011 | 1100 | 0 | 11101 | 110 | 1010110 | 1000110 | 1010001 |
Color Harmonies of #D2F0AB
Complementary color
Monochromatic Colors of #D2F0AB
Black with #D2F0AB
Text Example
Text Example
White with #D2F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F0AB; }
p { color: rgb(210,240,171); }
H1.HeaderClassName
{
color: #D2F0AB;
}
.AnyTagClassName
{
color: #D2F0AB;
}
</style>
background-color css
<style>
a { background-color: #D2F0AB; }
a { background-color: rgb(210,240,171); }
div.DivClassName
{
background-color: #D2F0AB;
}
.BgClassName
{
background-color: #D2F0AB;
}
</style>
border-color css
<style>
span { border-color: #D2F0AB; }
span { border-color: rgb(210,240,171); }
td.TdClassName
{
border-color: #D2F0AB;
}
.TagClassName
{
border-color: #D2F0AB;
}
</style>