Shades of Reef #D2F7A8
Tints of Reef #D2F7A8
RGB
CMYK
RGB Variations
Color information
#D2F7A8 (or 0xD2F7A8) is known color: Reef. HEX triplet: D2, F7 and A8. RGB value is (210,247,168). Sum of RGB (Red+Green+Blue) = 210+247+168=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 247 (96.88% from 255 or 39.52% from 625); Blue value is 168 (66.02% from 255 or 26.88% from 625); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F7A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F7A8 is #2D0857. Grayscale: #E3E3E3. Windows color (decimal): -2951256 or 11073490. OLE color: 11073490.
HSL color Cylindrical-coordinate representation of color #D2F7A8: hue angle of 88.1º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2F7A8 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 247 | 168 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.03 |
| HSL | 88.1º | 0.83% | 0.81% | - |
| HSV(B) | 88.1º | 0.32% | 0.97% | - |
| XYZ | 66.91 | 83.05 | 49.55 | - |
| YUV | 226.93 | 94.74 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 247 | 168 | 0.15 | 0 | 0.32 | 0.03 | 88.1 | 0.83 | 0.81 |
| Hex | D2 | F7 | A8 | F | 0 | 20 | 3 | 58 | 53 | 51 |
| Octal | 322 | 367 | 250 | 17 | 0 | 40 | 3 | 130 | 123 | 121 |
| Binary | 11010010 | 11110111 | 10101000 | 1111 | 0 | 100000 | 11 | 1011000 | 1010011 | 1010001 |
Color Harmonies of #D2F7A8
Complementary color
Monochromatic Colors of #D2F7A8
Black with #D2F7A8
Text Example
Text Example
White with #D2F7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F7A8; }
p { color: rgb(210,247,168); }
H1.HeaderClassName
{
color: #D2F7A8;
}
.AnyTagClassName
{
color: #D2F7A8;
}
</style>
background-color css
<style>
a { background-color: #D2F7A8; }
a { background-color: rgb(210,247,168); }
div.DivClassName
{
background-color: #D2F7A8;
}
.BgClassName
{
background-color: #D2F7A8;
}
</style>
border-color css
<style>
span { border-color: #D2F7A8; }
span { border-color: rgb(210,247,168); }
td.TdClassName
{
border-color: #D2F7A8;
}
.TagClassName
{
border-color: #D2F7A8;
}
</style>