Shades of Off Green #D9F9DF
Tints of Off Green #D9F9DF
RGB
CMYK
RGB Variations
Color information
#D9F9DF (or 0xD9F9DF) is known color: Off Green. HEX triplet: D9, F9 and DF. RGB value is (217,249,223). Sum of RGB (Red+Green+Blue) = 217+249+223=689 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.49% from 689); Green value is 249 (97.66% from 255 or 36.14% from 689); Blue value is 223 (87.5% from 255 or 32.37% from 689); Max value from RGB is 249 - color contains mainly: green. Hex color #D9F9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F9DF is #260620. Grayscale: #ECECEC. Windows color (decimal): -2491937 or 14678489. OLE color: 14678489.
HSL color Cylindrical-coordinate representation of color #D9F9DF: hue angle of 131.25º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9F9DF is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 217 | 249 | 223 | - |
CMYK | 0.13 | 0 | 0.10 | 0.02 |
HSL | 131.25º | 0.73% | 0.91% | - |
HSV(B) | 131.25º | 0.13% | 0.98% | - |
XYZ | 75.81 | 87.83 | 82.77 | - |
YUV | 236.47 | 120.4 | 114.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 249 | 223 | 0.13 | 0 | 0.10 | 0.02 | 131.25 | 0.73 | 0.91 |
Hex | D9 | F9 | DF | D | 0 | A | 2 | 83 | 49 | 5B |
Octal | 331 | 371 | 337 | 15 | 0 | 12 | 2 | 203 | 111 | 133 |
Binary | 11011001 | 11111001 | 11011111 | 1101 | 0 | 1010 | 10 | 10000011 | 1001001 | 1011011 |
Color Harmonies of #D9F9DF
Complementary color
Monochromatic Colors of #D9F9DF
Black with #D9F9DF
Text Example
Text Example
White with #D9F9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F9DF; }
p { color: rgb(217,249,223); }
H1.HeaderClassName
{
color: #D9F9DF;
}
.AnyTagClassName
{
color: #D9F9DF;
}
</style>
background-color css
<style>
a { background-color: #D9F9DF; }
a { background-color: rgb(217,249,223); }
div.DivClassName
{
background-color: #D9F9DF;
}
.BgClassName
{
background-color: #D9F9DF;
}
</style>
border-color css
<style>
span { border-color: #D9F9DF; }
span { border-color: rgb(217,249,223); }
td.TdClassName
{
border-color: #D9F9DF;
}
.TagClassName
{
border-color: #D9F9DF;
}
</style>