Shades of Reef #D2F0A2
Tints of Reef #D2F0A2
RGB
CMYK
RGB Variations
Color information
#D2F0A2 (or 0xD2F0A2) is known color: Reef. HEX triplet: D2, F0 and A2. RGB value is (210,240,162). Sum of RGB (Red+Green+Blue) = 210+240+162=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 162 (63.67% from 255 or 26.47% from 612); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F0A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F0A2 is #2D0F5D. Grayscale: #DEDEDE. Windows color (decimal): -2953054 or 10678482. OLE color: 10678482.
HSL color Cylindrical-coordinate representation of color #D2F0A2: hue angle of 83.08º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2F0A2 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 240 | 162 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.06 |
| HSL | 83.08º | 0.72% | 0.79% | - |
| HSV(B) | 83.08º | 0.33% | 0.94% | - |
| XYZ | 64.26 | 78.63 | 45.97 | - |
| YUV | 222.14 | 94.06 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 240 | 162 | 0.12 | 0 | 0.32 | 0.06 | 83.08 | 0.72 | 0.79 |
| Hex | D2 | F0 | A2 | C | 0 | 20 | 6 | 53 | 48 | 4F |
| Octal | 322 | 360 | 242 | 14 | 0 | 40 | 6 | 123 | 110 | 117 |
| Binary | 11010010 | 11110000 | 10100010 | 1100 | 0 | 100000 | 110 | 1010011 | 1001000 | 1001111 |
Color Harmonies of #D2F0A2
Complementary color
Monochromatic Colors of #D2F0A2
Black with #D2F0A2
Text Example
Text Example
White with #D2F0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F0A2; }
p { color: rgb(210,240,162); }
H1.HeaderClassName
{
color: #D2F0A2;
}
.AnyTagClassName
{
color: #D2F0A2;
}
</style>
background-color css
<style>
a { background-color: #D2F0A2; }
a { background-color: rgb(210,240,162); }
div.DivClassName
{
background-color: #D2F0A2;
}
.BgClassName
{
background-color: #D2F0A2;
}
</style>
border-color css
<style>
span { border-color: #D2F0A2; }
span { border-color: rgb(210,240,162); }
td.TdClassName
{
border-color: #D2F0A2;
}
.TagClassName
{
border-color: #D2F0A2;
}
</style>