Shades of Reef #D2F2A4
Tints of Reef #D2F2A4
RGB
CMYK
RGB Variations
Color information
#D2F2A4 (or 0xD2F2A4) is known color: Reef. HEX triplet: D2, F2 and A4. RGB value is (210,242,164). Sum of RGB (Red+Green+Blue) = 210+242+164=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 164 (64.45% from 255 or 26.62% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F2A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F2A4 is #2D0D5B. Grayscale: #DFDFDF. Windows color (decimal): -2952540 or 10810066. OLE color: 10810066.
HSL color Cylindrical-coordinate representation of color #D2F2A4: hue angle of 84.62º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2F2A4 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 242 | 164 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.05 |
| HSL | 84.62º | 0.75% | 0.8% | - |
| HSV(B) | 84.62º | 0.32% | 0.95% | - |
| XYZ | 65.03 | 79.89 | 47.11 | - |
| YUV | 223.54 | 94.4 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 242 | 164 | 0.13 | 0 | 0.32 | 0.05 | 84.62 | 0.75 | 0.8 |
| Hex | D2 | F2 | A4 | D | 0 | 20 | 5 | 55 | 4B | 50 |
| Octal | 322 | 362 | 244 | 15 | 0 | 40 | 5 | 125 | 113 | 120 |
| Binary | 11010010 | 11110010 | 10100100 | 1101 | 0 | 100000 | 101 | 1010101 | 1001011 | 1010000 |
Color Harmonies of #D2F2A4
Complementary color
Monochromatic Colors of #D2F2A4
Black with #D2F2A4
Text Example
Text Example
White with #D2F2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F2A4; }
p { color: rgb(210,242,164); }
H1.HeaderClassName
{
color: #D2F2A4;
}
.AnyTagClassName
{
color: #D2F2A4;
}
</style>
background-color css
<style>
a { background-color: #D2F2A4; }
a { background-color: rgb(210,242,164); }
div.DivClassName
{
background-color: #D2F2A4;
}
.BgClassName
{
background-color: #D2F2A4;
}
</style>
border-color css
<style>
span { border-color: #D2F2A4; }
span { border-color: rgb(210,242,164); }
td.TdClassName
{
border-color: #D2F2A4;
}
.TagClassName
{
border-color: #D2F2A4;
}
</style>