Shades of Off Green #D1FFDA
Tints of Off Green #D1FFDA
RGB
CMYK
RGB Variations
Color information
#D1FFDA (or 0xD1FFDA) is known color: Off Green. HEX triplet: D1, FF and DA. RGB value is (209,255,218). Sum of RGB (Red+Green+Blue) = 209+255+218=682 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.65% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 218 (85.55% from 255 or 31.96% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FFDA is #2E0025. Grayscale: #EDEDED. Windows color (decimal): -3014694 or 14352337. OLE color: 14352337.
HSL color Cylindrical-coordinate representation of color #D1FFDA: hue angle of 131.74º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1FFDA is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 255 | 218 | - |
| CMYK | 0.18 | 0 | 0.15 | 0 |
| HSL | 131.74º | 1% | 0.91% | - |
| HSV(B) | 131.74º | 0.18% | 1% | - |
| XYZ | 74.71 | 90.14 | 79.79 | - |
| YUV | 237.03 | 117.26 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 255 | 218 | 0.18 | 0 | 0.15 | 0 | 131.74 | 1 | 0.91 |
| Hex | D1 | FF | DA | 12 | 0 | F | 0 | 84 | 64 | 5B |
| Octal | 321 | 377 | 332 | 22 | 0 | 17 | 0 | 204 | 144 | 133 |
| Binary | 11010001 | 11111111 | 11011010 | 10010 | 0 | 1111 | 0 | 10000100 | 1100100 | 1011011 |
Color Harmonies of #D1FFDA
Complementary color
Monochromatic Colors of #D1FFDA
Black with #D1FFDA
Text Example
Text Example
White with #D1FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FFDA; }
p { color: rgb(209,255,218); }
H1.HeaderClassName
{
color: #D1FFDA;
}
.AnyTagClassName
{
color: #D1FFDA;
}
</style>
background-color css
<style>
a { background-color: #D1FFDA; }
a { background-color: rgb(209,255,218); }
div.DivClassName
{
background-color: #D1FFDA;
}
.BgClassName
{
background-color: #D1FFDA;
}
</style>
border-color css
<style>
span { border-color: #D1FFDA; }
span { border-color: rgb(209,255,218); }
td.TdClassName
{
border-color: #D1FFDA;
}
.TagClassName
{
border-color: #D1FFDA;
}
</style>