Shades of Off Green #D2FBDA
Tints of Off Green #D2FBDA
RGB
CMYK
RGB Variations
Color information
#D2FBDA (or 0xD2FBDA) is known color: Off Green. HEX triplet: D2, FB and DA. RGB value is (210,251,218). Sum of RGB (Red+Green+Blue) = 210+251+218=679 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.93% from 679); Green value is 251 (98.44% from 255 or 36.97% from 679); Blue value is 218 (85.55% from 255 or 32.11% from 679); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FBDA is #2D0425. Grayscale: #EBEBEB. Windows color (decimal): -2950182 or 14351314. OLE color: 14351314.
HSL color Cylindrical-coordinate representation of color #D2FBDA: hue angle of 131.71º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2FBDA is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 251 | 218 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.02 |
| HSL | 131.71º | 0.84% | 0.9% | - |
| HSV(B) | 131.71º | 0.16% | 0.98% | - |
| XYZ | 73.73 | 87.76 | 79.38 | - |
| YUV | 234.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 251 | 218 | 0.16 | 0 | 0.13 | 0.02 | 131.71 | 0.84 | 0.9 |
| Hex | D2 | FB | DA | 10 | 0 | D | 2 | 84 | 54 | 5A |
| Octal | 322 | 373 | 332 | 20 | 0 | 15 | 2 | 204 | 124 | 132 |
| Binary | 11010010 | 11111011 | 11011010 | 10000 | 0 | 1101 | 10 | 10000100 | 1010100 | 1011010 |
Color Harmonies of #D2FBDA
Complementary color
Monochromatic Colors of #D2FBDA
Black with #D2FBDA
Text Example
Text Example
White with #D2FBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FBDA; }
p { color: rgb(210,251,218); }
H1.HeaderClassName
{
color: #D2FBDA;
}
.AnyTagClassName
{
color: #D2FBDA;
}
</style>
background-color css
<style>
a { background-color: #D2FBDA; }
a { background-color: rgb(210,251,218); }
div.DivClassName
{
background-color: #D2FBDA;
}
.BgClassName
{
background-color: #D2FBDA;
}
</style>
border-color css
<style>
span { border-color: #D2FBDA; }
span { border-color: rgb(210,251,218); }
td.TdClassName
{
border-color: #D2FBDA;
}
.TagClassName
{
border-color: #D2FBDA;
}
</style>