Shades of Reef #D9EFA0
Tints of Reef #D9EFA0
RGB
CMYK
RGB Variations
Color information
#D9EFA0 (or 0xD9EFA0) is known color: Reef. HEX triplet: D9, EF and A0. RGB value is (217,239,160). Sum of RGB (Red+Green+Blue) = 217+239+160=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EFA0 is #26105F. Grayscale: #DFDFDF. Windows color (decimal): -2494560 or 10547161. OLE color: 10547161.
HSL color Cylindrical-coordinate representation of color #D9EFA0: hue angle of 76.71º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9EFA0 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 239 | 160 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.06 |
| HSL | 76.71º | 0.71% | 0.78% | - |
| HSV(B) | 76.71º | 0.33% | 0.94% | - |
| XYZ | 65.83 | 79.02 | 45.04 | - |
| YUV | 223.42 | 92.21 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 239 | 160 | 0.09 | 0 | 0.33 | 0.06 | 76.71 | 0.71 | 0.78 |
| Hex | D9 | EF | A0 | 9 | 0 | 21 | 6 | 4D | 47 | 4E |
| Octal | 331 | 357 | 240 | 11 | 0 | 41 | 6 | 115 | 107 | 116 |
| Binary | 11011001 | 11101111 | 10100000 | 1001 | 0 | 100001 | 110 | 1001101 | 1000111 | 1001110 |
Color Harmonies of #D9EFA0
Complementary color
Monochromatic Colors of #D9EFA0
Black with #D9EFA0
Text Example
Text Example
White with #D9EFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EFA0; }
p { color: rgb(217,239,160); }
H1.HeaderClassName
{
color: #D9EFA0;
}
.AnyTagClassName
{
color: #D9EFA0;
}
</style>
background-color css
<style>
a { background-color: #D9EFA0; }
a { background-color: rgb(217,239,160); }
div.DivClassName
{
background-color: #D9EFA0;
}
.BgClassName
{
background-color: #D9EFA0;
}
</style>
border-color css
<style>
span { border-color: #D9EFA0; }
span { border-color: rgb(217,239,160); }
td.TdClassName
{
border-color: #D9EFA0;
}
.TagClassName
{
border-color: #D9EFA0;
}
</style>