Shades of Off Green #D1FDDB
Tints of Off Green #D1FDDB
RGB
CMYK
RGB Variations
Color information
#D1FDDB (or 0xD1FDDB) is known color: Off Green. HEX triplet: D1, FD and DB. RGB value is (209,253,219). Sum of RGB (Red+Green+Blue) = 209+253+219=681 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.69% from 681); Green value is 253 (99.22% from 255 or 37.15% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 253 - color contains mainly: green. Hex color #D1FDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FDDB is #2E0224. Grayscale: #ECECEC. Windows color (decimal): -3015205 or 14417361. OLE color: 14417361.
HSL color Cylindrical-coordinate representation of color #D1FDDB: hue angle of 133.64º 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 #D1FDDB is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 209 | 253 | 219 | - |
CMYK | 0.17 | 0 | 0.13 | 0.01 |
HSL | 133.64º | 0.92% | 0.91% | - |
HSV(B) | 133.64º | 0.17% | 0.99% | - |
XYZ | 74.21 | 88.92 | 80.27 | - |
YUV | 235.97 | 118.42 | 108.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 253 | 219 | 0.17 | 0 | 0.13 | 0.01 | 133.64 | 0.92 | 0.91 |
Hex | D1 | FD | DB | 11 | 0 | D | 1 | 86 | 5C | 5B |
Octal | 321 | 375 | 333 | 21 | 0 | 15 | 1 | 206 | 134 | 133 |
Binary | 11010001 | 11111101 | 11011011 | 10001 | 0 | 1101 | 1 | 10000110 | 1011100 | 1011011 |
Color Harmonies of #D1FDDB
Complementary color
Monochromatic Colors of #D1FDDB
Black with #D1FDDB
Text Example
Text Example
White with #D1FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FDDB; }
p { color: rgb(209,253,219); }
H1.HeaderClassName
{
color: #D1FDDB;
}
.AnyTagClassName
{
color: #D1FDDB;
}
</style>
background-color css
<style>
a { background-color: #D1FDDB; }
a { background-color: rgb(209,253,219); }
div.DivClassName
{
background-color: #D1FDDB;
}
.BgClassName
{
background-color: #D1FDDB;
}
</style>
border-color css
<style>
span { border-color: #D1FDDB; }
span { border-color: rgb(209,253,219); }
td.TdClassName
{
border-color: #D1FDDB;
}
.TagClassName
{
border-color: #D1FDDB;
}
</style>