Shades of Reef #D9F994
Tints of Reef #D9F994
RGB
CMYK
RGB Variations
Color information
#D9F994 (or 0xD9F994) is known color: Reef. HEX triplet: D9, F9 and 94. RGB value is (217,249,148). Sum of RGB (Red+Green+Blue) = 217+249+148=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 148 (58.20% from 255 or 24.10% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #D9F994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F994 is #26066B. Grayscale: #E4E4E4. Windows color (decimal): -2492012 or 9763289. OLE color: 9763289.
HSL color Cylindrical-coordinate representation of color #D9F994: hue angle of 79.01º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9F994 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 249 | 148 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.02 |
| HSL | 79.01º | 0.89% | 0.78% | - |
| HSV(B) | 79.01º | 0.41% | 0.98% | - |
| XYZ | 67.84 | 84.64 | 40.78 | - |
| YUV | 227.92 | 82.9 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 249 | 148 | 0.13 | 0 | 0.41 | 0.02 | 79.01 | 0.89 | 0.78 |
| Hex | D9 | F9 | 94 | D | 0 | 29 | 2 | 4F | 59 | 4E |
| Octal | 331 | 371 | 224 | 15 | 0 | 51 | 2 | 117 | 131 | 116 |
| Binary | 11011001 | 11111001 | 10010100 | 1101 | 0 | 101001 | 10 | 1001111 | 1011001 | 1001110 |
Color Harmonies of #D9F994
Complementary color
Monochromatic Colors of #D9F994
Black with #D9F994
Text Example
Text Example
White with #D9F994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F994; }
p { color: rgb(217,249,148); }
H1.HeaderClassName
{
color: #D9F994;
}
.AnyTagClassName
{
color: #D9F994;
}
</style>
background-color css
<style>
a { background-color: #D9F994; }
a { background-color: rgb(217,249,148); }
div.DivClassName
{
background-color: #D9F994;
}
.BgClassName
{
background-color: #D9F994;
}
</style>
border-color css
<style>
span { border-color: #D9F994; }
span { border-color: rgb(217,249,148); }
td.TdClassName
{
border-color: #D9F994;
}
.TagClassName
{
border-color: #D9F994;
}
</style>