Shades of Reef #D9F594
Tints of Reef #D9F594
RGB
CMYK
RGB Variations
Color information
#D9F594 (or 0xD9F594) is known color: Reef. HEX triplet: D9, F5 and 94. RGB value is (217,245,148). Sum of RGB (Red+Green+Blue) = 217+245+148=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 245 (96.09% from 255 or 40.16% from 610); Blue value is 148 (58.20% from 255 or 24.26% from 610); Max value from RGB is 245 - color contains mainly: green. Hex color #D9F594 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F594 is #260A6B. Grayscale: #E1E1E1. Windows color (decimal): -2493036 or 9762265. OLE color: 9762265.
HSL color Cylindrical-coordinate representation of color #D9F594: hue angle of 77.32º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9F594 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 245 | 148 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.04 |
| HSL | 77.32º | 0.83% | 0.77% | - |
| HSV(B) | 77.32º | 0.4% | 0.96% | - |
| XYZ | 66.61 | 82.19 | 40.37 | - |
| YUV | 225.57 | 84.22 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 245 | 148 | 0.11 | 0 | 0.40 | 0.04 | 77.32 | 0.83 | 0.77 |
| Hex | D9 | F5 | 94 | B | 0 | 28 | 4 | 4D | 53 | 4D |
| Octal | 331 | 365 | 224 | 13 | 0 | 50 | 4 | 115 | 123 | 115 |
| Binary | 11011001 | 11110101 | 10010100 | 1011 | 0 | 101000 | 100 | 1001101 | 1010011 | 1001101 |
Color Harmonies of #D9F594
Complementary color
Monochromatic Colors of #D9F594
Black with #D9F594
Text Example
Text Example
White with #D9F594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F594; }
p { color: rgb(217,245,148); }
H1.HeaderClassName
{
color: #D9F594;
}
.AnyTagClassName
{
color: #D9F594;
}
</style>
background-color css
<style>
a { background-color: #D9F594; }
a { background-color: rgb(217,245,148); }
div.DivClassName
{
background-color: #D9F594;
}
.BgClassName
{
background-color: #D9F594;
}
</style>
border-color css
<style>
span { border-color: #D9F594; }
span { border-color: rgb(217,245,148); }
td.TdClassName
{
border-color: #D9F594;
}
.TagClassName
{
border-color: #D9F594;
}
</style>