Shades of Reef #D2F3A0
Tints of Reef #D2F3A0
RGB
CMYK
RGB Variations
Color information
#D2F3A0 (or 0xD2F3A0) is known color: Reef. HEX triplet: D2, F3 and A0. RGB value is (210,243,160). Sum of RGB (Red+Green+Blue) = 210+243+160=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 243 (95.31% from 255 or 39.64% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F3A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F3A0 is #2D0C5F. Grayscale: #DFDFDF. Windows color (decimal): -2952288 or 10548178. OLE color: 10548178.
HSL color Cylindrical-coordinate representation of color #D2F3A0: hue angle of 83.86º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2F3A0 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 243 | 160 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.05 |
| HSL | 83.86º | 0.78% | 0.79% | - |
| HSV(B) | 83.86º | 0.34% | 0.95% | - |
| XYZ | 64.97 | 80.34 | 45.34 | - |
| YUV | 223.67 | 92.07 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 160 | 0.14 | 0 | 0.34 | 0.05 | 83.86 | 0.78 | 0.79 |
| Hex | D2 | F3 | A0 | E | 0 | 22 | 5 | 54 | 4E | 4F |
| Octal | 322 | 363 | 240 | 16 | 0 | 42 | 5 | 124 | 116 | 117 |
| Binary | 11010010 | 11110011 | 10100000 | 1110 | 0 | 100010 | 101 | 1010100 | 1001110 | 1001111 |
Color Harmonies of #D2F3A0
Complementary color
Monochromatic Colors of #D2F3A0
Black with #D2F3A0
Text Example
Text Example
White with #D2F3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F3A0; }
p { color: rgb(210,243,160); }
H1.HeaderClassName
{
color: #D2F3A0;
}
.AnyTagClassName
{
color: #D2F3A0;
}
</style>
background-color css
<style>
a { background-color: #D2F3A0; }
a { background-color: rgb(210,243,160); }
div.DivClassName
{
background-color: #D2F3A0;
}
.BgClassName
{
background-color: #D2F3A0;
}
</style>
border-color css
<style>
span { border-color: #D2F3A0; }
span { border-color: rgb(210,243,160); }
td.TdClassName
{
border-color: #D2F3A0;
}
.TagClassName
{
border-color: #D2F3A0;
}
</style>