Shades of Reef #D9F1A0
Tints of Reef #D9F1A0
RGB
CMYK
RGB Variations
Color information
#D9F1A0 (or 0xD9F1A0) is known color: Reef. HEX triplet: D9, F1 and A0. RGB value is (217,241,160). Sum of RGB (Red+Green+Blue) = 217+241+160=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 160 (62.89% from 255 or 25.89% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F1A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F1A0 is #260E5F. Grayscale: #E0E0E0. Windows color (decimal): -2494048 or 10547673. OLE color: 10547673.
HSL color Cylindrical-coordinate representation of color #D9F1A0: hue angle of 77.78º degrees, saturation: 0.74, 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 #D9F1A0 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 241 | 160 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.05 |
| HSL | 77.78º | 0.74% | 0.79% | - |
| HSV(B) | 77.78º | 0.34% | 0.95% | - |
| XYZ | 66.42 | 80.2 | 45.24 | - |
| YUV | 224.59 | 91.55 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 241 | 160 | 0.10 | 0 | 0.34 | 0.05 | 77.78 | 0.74 | 0.79 |
| Hex | D9 | F1 | A0 | A | 0 | 22 | 5 | 4E | 4A | 4F |
| Octal | 331 | 361 | 240 | 12 | 0 | 42 | 5 | 116 | 112 | 117 |
| Binary | 11011001 | 11110001 | 10100000 | 1010 | 0 | 100010 | 101 | 1001110 | 1001010 | 1001111 |
Color Harmonies of #D9F1A0
Complementary color
Monochromatic Colors of #D9F1A0
Black with #D9F1A0
Text Example
Text Example
White with #D9F1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F1A0; }
p { color: rgb(217,241,160); }
H1.HeaderClassName
{
color: #D9F1A0;
}
.AnyTagClassName
{
color: #D9F1A0;
}
</style>
background-color css
<style>
a { background-color: #D9F1A0; }
a { background-color: rgb(217,241,160); }
div.DivClassName
{
background-color: #D9F1A0;
}
.BgClassName
{
background-color: #D9F1A0;
}
</style>
border-color css
<style>
span { border-color: #D9F1A0; }
span { border-color: rgb(217,241,160); }
td.TdClassName
{
border-color: #D9F1A0;
}
.TagClassName
{
border-color: #D9F1A0;
}
</style>