Shades of Off Green #D1FDD7
Tints of Off Green #D1FDD7
RGB
CMYK
RGB Variations
Color information
#D1FDD7 (or 0xD1FDD7) is known color: Off Green. HEX triplet: D1, FD and D7. RGB value is (209,253,215). Sum of RGB (Red+Green+Blue) = 209+253+215=677 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.87% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 215 (84.38% from 255 or 31.76% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #D1FDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FDD7 is #2E0228. Grayscale: #EBEBEB. Windows color (decimal): -3015209 or 14155217. OLE color: 14155217.
HSL color Cylindrical-coordinate representation of color #D1FDD7: hue angle of 128.18º 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 #D1FDD7 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 209 | 253 | 215 | - |
CMYK | 0.17 | 0 | 0.15 | 0.01 |
HSL | 128.18º | 0.92% | 0.91% | - |
HSV(B) | 128.18º | 0.17% | 0.99% | - |
XYZ | 73.69 | 88.71 | 77.53 | - |
YUV | 235.51 | 116.42 | 109.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 253 | 215 | 0.17 | 0 | 0.15 | 0.01 | 128.18 | 0.92 | 0.91 |
Hex | D1 | FD | D7 | 11 | 0 | F | 1 | 80 | 5C | 5B |
Octal | 321 | 375 | 327 | 21 | 0 | 17 | 1 | 200 | 134 | 133 |
Binary | 11010001 | 11111101 | 11010111 | 10001 | 0 | 1111 | 1 | 10000000 | 1011100 | 1011011 |
Color Harmonies of #D1FDD7
Complementary color
Monochromatic Colors of #D1FDD7
Black with #D1FDD7
Text Example
Text Example
White with #D1FDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FDD7; }
p { color: rgb(209,253,215); }
H1.HeaderClassName
{
color: #D1FDD7;
}
.AnyTagClassName
{
color: #D1FDD7;
}
</style>
background-color css
<style>
a { background-color: #D1FDD7; }
a { background-color: rgb(209,253,215); }
div.DivClassName
{
background-color: #D1FDD7;
}
.BgClassName
{
background-color: #D1FDD7;
}
</style>
border-color css
<style>
span { border-color: #D1FDD7; }
span { border-color: rgb(209,253,215); }
td.TdClassName
{
border-color: #D1FDD7;
}
.TagClassName
{
border-color: #D1FDD7;
}
</style>