Shades of Reef #D2F4AA
Tints of Reef #D2F4AA
RGB
CMYK
RGB Variations
Color information
#D2F4AA (or 0xD2F4AA) is known color: Reef. HEX triplet: D2, F4 and AA. RGB value is (210,244,170). Sum of RGB (Red+Green+Blue) = 210+244+170=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 244 (95.70% from 255 or 39.10% from 624); Blue value is 170 (66.80% from 255 or 27.24% from 624); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F4AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F4AA is #2D0B55. Grayscale: #E1E1E1. Windows color (decimal): -2952022 or 11203794. OLE color: 11203794.
HSL color Cylindrical-coordinate representation of color #D2F4AA: hue angle of 87.57º 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 #D2F4AA is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 244 | 170 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.04 |
| HSL | 87.57º | 0.77% | 0.81% | - |
| HSV(B) | 87.57º | 0.3% | 0.96% | - |
| XYZ | 66.18 | 81.31 | 50.24 | - |
| YUV | 225.4 | 96.74 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 244 | 170 | 0.14 | 0 | 0.30 | 0.04 | 87.57 | 0.77 | 0.81 |
| Hex | D2 | F4 | AA | E | 0 | 1E | 4 | 58 | 4D | 51 |
| Octal | 322 | 364 | 252 | 16 | 0 | 36 | 4 | 130 | 115 | 121 |
| Binary | 11010010 | 11110100 | 10101010 | 1110 | 0 | 11110 | 100 | 1011000 | 1001101 | 1010001 |
Color Harmonies of #D2F4AA
Complementary color
Monochromatic Colors of #D2F4AA
Black with #D2F4AA
Text Example
Text Example
White with #D2F4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F4AA; }
p { color: rgb(210,244,170); }
H1.HeaderClassName
{
color: #D2F4AA;
}
.AnyTagClassName
{
color: #D2F4AA;
}
</style>
background-color css
<style>
a { background-color: #D2F4AA; }
a { background-color: rgb(210,244,170); }
div.DivClassName
{
background-color: #D2F4AA;
}
.BgClassName
{
background-color: #D2F4AA;
}
</style>
border-color css
<style>
span { border-color: #D2F4AA; }
span { border-color: rgb(210,244,170); }
td.TdClassName
{
border-color: #D2F4AA;
}
.TagClassName
{
border-color: #D2F4AA;
}
</style>