Shades of Hint Of Green #DBF2D2
Tints of Hint Of Green #DBF2D2
RGB
CMYK
RGB Variations
Color information
#DBF2D2 (or 0xDBF2D2) is known color: Hint Of Green. HEX triplet: DB, F2 and D2. RGB value is (219,242,210). Sum of RGB (Red+Green+Blue) = 219+242+210=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 210 (82.42% from 255 or 31.30% from 671); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2D2 is #240D2D. Grayscale: #E7E7E7. Windows color (decimal): -2362670 or 13824731. OLE color: 13824731.
HSL color Cylindrical-coordinate representation of color #DBF2D2: hue angle of 103.12º degrees, saturation: 0.55, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBF2D2 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 210 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.05 |
| HSL | 103.13º | 0.55% | 0.89% | - |
| HSV(B) | 103.13º | 0.13% | 0.95% | - |
| XYZ | 72.6 | 83.22 | 73.21 | - |
| YUV | 231.48 | 115.88 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 210 | 0.10 | 0 | 0.13 | 0.05 | 103.13 | 0.55 | 0.89 |
| Hex | DB | F2 | D2 | A | 0 | D | 5 | 67 | 37 | 59 |
| Octal | 333 | 362 | 322 | 12 | 0 | 15 | 5 | 147 | 67 | 131 |
| Binary | 11011011 | 11110010 | 11010010 | 1010 | 0 | 1101 | 101 | 1100111 | 110111 | 1011001 |
Color Harmonies of #DBF2D2
Complementary color
Monochromatic Colors of #DBF2D2
Black with #DBF2D2
Text Example
Text Example
White with #DBF2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF2D2; }
p { color: rgb(219,242,210); }
H1.HeaderClassName
{
color: #DBF2D2;
}
.AnyTagClassName
{
color: #DBF2D2;
}
</style>
background-color css
<style>
a { background-color: #DBF2D2; }
a { background-color: rgb(219,242,210); }
div.DivClassName
{
background-color: #DBF2D2;
}
.BgClassName
{
background-color: #DBF2D2;
}
</style>
border-color css
<style>
span { border-color: #DBF2D2; }
span { border-color: rgb(219,242,210); }
td.TdClassName
{
border-color: #DBF2D2;
}
.TagClassName
{
border-color: #DBF2D2;
}
</style>