Shades of Off Green #D2FCDB
Tints of Off Green #D2FCDB
RGB
CMYK
RGB Variations
Color information
#D2FCDB (or 0xD2FCDB) is known color: Off Green. HEX triplet: D2, FC and DB. RGB value is (210,252,219). Sum of RGB (Red+Green+Blue) = 210+252+219=681 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.84% from 681); Green value is 252 (98.83% from 255 or 37.00% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FCDB is #2D0324. Grayscale: #EBEBEB. Windows color (decimal): -2949925 or 14417106. OLE color: 14417106.
HSL color Cylindrical-coordinate representation of color #D2FCDB: hue angle of 132.86º degrees, saturation: 0.88, 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 #D2FCDB is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 210 | 252 | 219 | - |
CMYK | 0.17 | 0 | 0.13 | 0.01 |
HSL | 132.86º | 0.88% | 0.91% | - |
HSV(B) | 132.86º | 0.17% | 0.99% | - |
XYZ | 74.17 | 88.44 | 80.18 | - |
YUV | 235.68 | 118.59 | 109.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 252 | 219 | 0.17 | 0 | 0.13 | 0.01 | 132.86 | 0.88 | 0.91 |
Hex | D2 | FC | DB | 11 | 0 | D | 1 | 85 | 58 | 5B |
Octal | 322 | 374 | 333 | 21 | 0 | 15 | 1 | 205 | 130 | 133 |
Binary | 11010010 | 11111100 | 11011011 | 10001 | 0 | 1101 | 1 | 10000101 | 1011000 | 1011011 |
Color Harmonies of #D2FCDB
Complementary color
Monochromatic Colors of #D2FCDB
Black with #D2FCDB
Text Example
Text Example
White with #D2FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FCDB; }
p { color: rgb(210,252,219); }
H1.HeaderClassName
{
color: #D2FCDB;
}
.AnyTagClassName
{
color: #D2FCDB;
}
</style>
background-color css
<style>
a { background-color: #D2FCDB; }
a { background-color: rgb(210,252,219); }
div.DivClassName
{
background-color: #D2FCDB;
}
.BgClassName
{
background-color: #D2FCDB;
}
</style>
border-color css
<style>
span { border-color: #D2FCDB; }
span { border-color: rgb(210,252,219); }
td.TdClassName
{
border-color: #D2FCDB;
}
.TagClassName
{
border-color: #D2FCDB;
}
</style>