Shades of Reef #D9FAA0
Tints of Reef #D9FAA0
RGB
CMYK
RGB Variations
Color information
#D9FAA0 (or 0xD9FAA0) is known color: Reef. HEX triplet: D9, FA and A0. RGB value is (217,250,160). Sum of RGB (Red+Green+Blue) = 217+250+160=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 160 (62.89% from 255 or 25.52% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FAA0 is #26055F. Grayscale: #E6E6E6. Windows color (decimal): -2491744 or 10549977. OLE color: 10549977.
HSL color Cylindrical-coordinate representation of color #D9FAA0: hue angle of 82º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9FAA0 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 250 | 160 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.02 |
| HSL | 82º | 0.9% | 0.8% | - |
| HSV(B) | 82º | 0.36% | 0.98% | - |
| XYZ | 69.15 | 85.66 | 46.15 | - |
| YUV | 229.87 | 88.57 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 250 | 160 | 0.13 | 0 | 0.36 | 0.02 | 82 | 0.9 | 0.8 |
| Hex | D9 | FA | A0 | D | 0 | 24 | 2 | 52 | 5A | 50 |
| Octal | 331 | 372 | 240 | 15 | 0 | 44 | 2 | 122 | 132 | 120 |
| Binary | 11011001 | 11111010 | 10100000 | 1101 | 0 | 100100 | 10 | 1010010 | 1011010 | 1010000 |
Color Harmonies of #D9FAA0
Complementary color
Monochromatic Colors of #D9FAA0
Black with #D9FAA0
Text Example
Text Example
White with #D9FAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FAA0; }
p { color: rgb(217,250,160); }
H1.HeaderClassName
{
color: #D9FAA0;
}
.AnyTagClassName
{
color: #D9FAA0;
}
</style>
background-color css
<style>
a { background-color: #D9FAA0; }
a { background-color: rgb(217,250,160); }
div.DivClassName
{
background-color: #D9FAA0;
}
.BgClassName
{
background-color: #D9FAA0;
}
</style>
border-color css
<style>
span { border-color: #D9FAA0; }
span { border-color: rgb(217,250,160); }
td.TdClassName
{
border-color: #D9FAA0;
}
.TagClassName
{
border-color: #D9FAA0;
}
</style>