Shades of Reef #D9FFAF
Tints of Reef #D9FFAF
RGB
CMYK
RGB Variations
Color information
#D9FFAF (or 0xD9FFAF) is known color: Reef. HEX triplet: D9, FF and AF. RGB value is (217,255,175). Sum of RGB (Red+Green+Blue) = 217+255+175=647 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.54% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FFAF is #260050. Grayscale: #EAEAEA. Windows color (decimal): -2490449 or 11534297. OLE color: 11534297.
HSL color Cylindrical-coordinate representation of color #D9FFAF: hue angle of 88.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9FFAF is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 175 | - |
| CMYK | 0.15 | 0 | 0.31 | 0 |
| HSL | 88.5º | 1% | 0.84% | - |
| HSV(B) | 88.5º | 0.31% | 1% | - |
| XYZ | 72.11 | 89.37 | 54.01 | - |
| YUV | 234.52 | 94.41 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 175 | 0.15 | 0 | 0.31 | 0 | 88.5 | 1 | 0.84 |
| Hex | D9 | FF | AF | F | 0 | 1F | 0 | 58 | 64 | 54 |
| Octal | 331 | 377 | 257 | 17 | 0 | 37 | 0 | 130 | 144 | 124 |
| Binary | 11011001 | 11111111 | 10101111 | 1111 | 0 | 11111 | 0 | 1011000 | 1100100 | 1010100 |
Color Harmonies of #D9FFAF
Complementary color
Monochromatic Colors of #D9FFAF
Black with #D9FFAF
Text Example
Text Example
White with #D9FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FFAF; }
p { color: rgb(217,255,175); }
H1.HeaderClassName
{
color: #D9FFAF;
}
.AnyTagClassName
{
color: #D9FFAF;
}
</style>
background-color css
<style>
a { background-color: #D9FFAF; }
a { background-color: rgb(217,255,175); }
div.DivClassName
{
background-color: #D9FFAF;
}
.BgClassName
{
background-color: #D9FFAF;
}
</style>
border-color css
<style>
span { border-color: #D9FFAF; }
span { border-color: rgb(217,255,175); }
td.TdClassName
{
border-color: #D9FFAF;
}
.TagClassName
{
border-color: #D9FFAF;
}
</style>