Shades of Off Green #D1FDDA
Tints of Off Green #D1FDDA
RGB
CMYK
RGB Variations
Color information
#D1FDDA (or 0xD1FDDA) is known color: Off Green. HEX triplet: D1, FD and DA. RGB value is (209,253,218). Sum of RGB (Red+Green+Blue) = 209+253+218=680 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.74% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #D1FDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FDDA is #2E0225. Grayscale: #EBEBEB. Windows color (decimal): -3015206 or 14351825. OLE color: 14351825.
HSL color Cylindrical-coordinate representation of color #D1FDDA: hue angle of 132.27º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1FDDA is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 209 | 253 | 218 | - |
CMYK | 0.17 | 0 | 0.14 | 0.01 |
HSL | 132.27º | 0.92% | 0.91% | - |
HSV(B) | 132.27º | 0.17% | 0.99% | - |
XYZ | 74.07 | 88.87 | 79.58 | - |
YUV | 235.85 | 117.92 | 108.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 253 | 218 | 0.17 | 0 | 0.14 | 0.01 | 132.27 | 0.92 | 0.91 |
Hex | D1 | FD | DA | 11 | 0 | E | 1 | 84 | 5C | 5B |
Octal | 321 | 375 | 332 | 21 | 0 | 16 | 1 | 204 | 134 | 133 |
Binary | 11010001 | 11111101 | 11011010 | 10001 | 0 | 1110 | 1 | 10000100 | 1011100 | 1011011 |
Color Harmonies of #D1FDDA
Complementary color
Monochromatic Colors of #D1FDDA
Black with #D1FDDA
Text Example
Text Example
White with #D1FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FDDA; }
p { color: rgb(209,253,218); }
H1.HeaderClassName
{
color: #D1FDDA;
}
.AnyTagClassName
{
color: #D1FDDA;
}
</style>
background-color css
<style>
a { background-color: #D1FDDA; }
a { background-color: rgb(209,253,218); }
div.DivClassName
{
background-color: #D1FDDA;
}
.BgClassName
{
background-color: #D1FDDA;
}
</style>
border-color css
<style>
span { border-color: #D1FDDA; }
span { border-color: rgb(209,253,218); }
td.TdClassName
{
border-color: #D1FDDA;
}
.TagClassName
{
border-color: #D1FDDA;
}
</style>