Shades of Reef #D2F4AB
Tints of Reef #D2F4AB
RGB
CMYK
RGB Variations
Color information
#D2F4AB (or 0xD2F4AB) is known color: Reef. HEX triplet: D2, F4 and AB. RGB value is (210,244,171). Sum of RGB (Red+Green+Blue) = 210+244+171=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 244 (95.70% from 255 or 39.04% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F4AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F4AB is #2D0B54. Grayscale: #E1E1E1. Windows color (decimal): -2952021 or 11269330. OLE color: 11269330.
HSL color Cylindrical-coordinate representation of color #D2F4AB: hue angle of 87.95º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2F4AB is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 244 | 171 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.04 |
| HSL | 87.95º | 0.77% | 0.81% | - |
| HSV(B) | 87.95º | 0.3% | 0.96% | - |
| XYZ | 66.28 | 81.34 | 50.74 | - |
| YUV | 225.51 | 97.24 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 244 | 171 | 0.14 | 0 | 0.30 | 0.04 | 87.95 | 0.77 | 0.81 |
| Hex | D2 | F4 | AB | E | 0 | 1E | 4 | 58 | 4D | 51 |
| Octal | 322 | 364 | 253 | 16 | 0 | 36 | 4 | 130 | 115 | 121 |
| Binary | 11010010 | 11110100 | 10101011 | 1110 | 0 | 11110 | 100 | 1011000 | 1001101 | 1010001 |
Color Harmonies of #D2F4AB
Complementary color
Monochromatic Colors of #D2F4AB
Black with #D2F4AB
Text Example
Text Example
White with #D2F4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F4AB; }
p { color: rgb(210,244,171); }
H1.HeaderClassName
{
color: #D2F4AB;
}
.AnyTagClassName
{
color: #D2F4AB;
}
</style>
background-color css
<style>
a { background-color: #D2F4AB; }
a { background-color: rgb(210,244,171); }
div.DivClassName
{
background-color: #D2F4AB;
}
.BgClassName
{
background-color: #D2F4AB;
}
</style>
border-color css
<style>
span { border-color: #D2F4AB; }
span { border-color: rgb(210,244,171); }
td.TdClassName
{
border-color: #D2F4AB;
}
.TagClassName
{
border-color: #D2F4AB;
}
</style>