Shades of Off Green #D9FADE
Tints of Off Green #D9FADE
RGB
CMYK
RGB Variations
Color information
#D9FADE (or 0xD9FADE) is known color: Off Green. HEX triplet: D9, FA and DE. RGB value is (217,250,222). Sum of RGB (Red+Green+Blue) = 217+250+222=689 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.49% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 222 (87.11% from 255 or 32.22% from 689); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FADE is #260521. Grayscale: #EDEDED. Windows color (decimal): -2491682 or 14613209. OLE color: 14613209.
HSL color Cylindrical-coordinate representation of color #D9FADE: hue angle of 129.09º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9FADE is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 217 | 250 | 222 | - |
CMYK | 0.13 | 0 | 0.11 | 0.02 |
HSL | 129.09º | 0.77% | 0.92% | - |
HSV(B) | 129.09º | 0.13% | 0.98% | - |
XYZ | 75.99 | 88.4 | 82.16 | - |
YUV | 236.94 | 119.57 | 113.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 250 | 222 | 0.13 | 0 | 0.11 | 0.02 | 129.09 | 0.77 | 0.92 |
Hex | D9 | FA | DE | D | 0 | B | 2 | 81 | 4D | 5C |
Octal | 331 | 372 | 336 | 15 | 0 | 13 | 2 | 201 | 115 | 134 |
Binary | 11011001 | 11111010 | 11011110 | 1101 | 0 | 1011 | 10 | 10000001 | 1001101 | 1011100 |
Color Harmonies of #D9FADE
Complementary color
Monochromatic Colors of #D9FADE
Black with #D9FADE
Text Example
Text Example
White with #D9FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FADE; }
p { color: rgb(217,250,222); }
H1.HeaderClassName
{
color: #D9FADE;
}
.AnyTagClassName
{
color: #D9FADE;
}
</style>
background-color css
<style>
a { background-color: #D9FADE; }
a { background-color: rgb(217,250,222); }
div.DivClassName
{
background-color: #D9FADE;
}
.BgClassName
{
background-color: #D9FADE;
}
</style>
border-color css
<style>
span { border-color: #D9FADE; }
span { border-color: rgb(217,250,222); }
td.TdClassName
{
border-color: #D9FADE;
}
.TagClassName
{
border-color: #D9FADE;
}
</style>