Shades of Reef #D9F495
Tints of Reef #D9F495
RGB
CMYK
RGB Variations
Color information
#D9F495 (or 0xD9F495) is known color: Reef. HEX triplet: D9, F4 and 95. RGB value is (217,244,149). Sum of RGB (Red+Green+Blue) = 217+244+149=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 244 (95.70% from 255 or 40% from 610); Blue value is 149 (58.59% from 255 or 24.43% from 610); Max value from RGB is 244 - color contains mainly: green. Hex color #D9F495 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F495 is #260B6A. Grayscale: #E1E1E1. Windows color (decimal): -2493291 or 9827545. OLE color: 9827545.
HSL color Cylindrical-coordinate representation of color #D9F495: hue angle of 77.05º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D9F495 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 244 | 149 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.04 |
| HSL | 77.05º | 0.81% | 0.77% | - |
| HSV(B) | 77.05º | 0.39% | 0.96% | - |
| XYZ | 66.39 | 81.62 | 40.69 | - |
| YUV | 225.1 | 85.05 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 244 | 149 | 0.11 | 0 | 0.39 | 0.04 | 77.05 | 0.81 | 0.77 |
| Hex | D9 | F4 | 95 | B | 0 | 27 | 4 | 4D | 51 | 4D |
| Octal | 331 | 364 | 225 | 13 | 0 | 47 | 4 | 115 | 121 | 115 |
| Binary | 11011001 | 11110100 | 10010101 | 1011 | 0 | 100111 | 100 | 1001101 | 1010001 | 1001101 |
Color Harmonies of #D9F495
Complementary color
Monochromatic Colors of #D9F495
Black with #D9F495
Text Example
Text Example
White with #D9F495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F495; }
p { color: rgb(217,244,149); }
H1.HeaderClassName
{
color: #D9F495;
}
.AnyTagClassName
{
color: #D9F495;
}
</style>
background-color css
<style>
a { background-color: #D9F495; }
a { background-color: rgb(217,244,149); }
div.DivClassName
{
background-color: #D9F495;
}
.BgClassName
{
background-color: #D9F495;
}
</style>
border-color css
<style>
span { border-color: #D9F495; }
span { border-color: rgb(217,244,149); }
td.TdClassName
{
border-color: #D9F495;
}
.TagClassName
{
border-color: #D9F495;
}
</style>