Shades of Reef #D2F7AA
Tints of Reef #D2F7AA
RGB
CMYK
RGB Variations
Color information
#D2F7AA (or 0xD2F7AA) is known color: Reef. HEX triplet: D2, F7 and AA. RGB value is (210,247,170). Sum of RGB (Red+Green+Blue) = 210+247+170=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 247 (96.88% from 255 or 39.39% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F7AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F7AA is #2D0855. Grayscale: #E3E3E3. Windows color (decimal): -2951254 or 11204562. OLE color: 11204562.
HSL color Cylindrical-coordinate representation of color #D2F7AA: hue angle of 88.83º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2F7AA is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 247 | 170 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.03 |
| HSL | 88.83º | 0.83% | 0.82% | - |
| HSV(B) | 88.83º | 0.31% | 0.97% | - |
| XYZ | 67.09 | 83.13 | 50.54 | - |
| YUV | 227.16 | 95.74 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 247 | 170 | 0.15 | 0 | 0.31 | 0.03 | 88.83 | 0.83 | 0.82 |
| Hex | D2 | F7 | AA | F | 0 | 1F | 3 | 59 | 53 | 52 |
| Octal | 322 | 367 | 252 | 17 | 0 | 37 | 3 | 131 | 123 | 122 |
| Binary | 11010010 | 11110111 | 10101010 | 1111 | 0 | 11111 | 11 | 1011001 | 1010011 | 1010010 |
Color Harmonies of #D2F7AA
Complementary color
Monochromatic Colors of #D2F7AA
Black with #D2F7AA
Text Example
Text Example
White with #D2F7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F7AA; }
p { color: rgb(210,247,170); }
H1.HeaderClassName
{
color: #D2F7AA;
}
.AnyTagClassName
{
color: #D2F7AA;
}
</style>
background-color css
<style>
a { background-color: #D2F7AA; }
a { background-color: rgb(210,247,170); }
div.DivClassName
{
background-color: #D2F7AA;
}
.BgClassName
{
background-color: #D2F7AA;
}
</style>
border-color css
<style>
span { border-color: #D2F7AA; }
span { border-color: rgb(210,247,170); }
td.TdClassName
{
border-color: #D2F7AA;
}
.TagClassName
{
border-color: #D2F7AA;
}
</style>