Shades of Hint Of Green #DBF2D0
Tints of Hint Of Green #DBF2D0
RGB
CMYK
RGB Variations
Color information
#DBF2D0 (or 0xDBF2D0) is known color: Hint Of Green. HEX triplet: DB, F2 and D0. RGB value is (219,242,208). Sum of RGB (Red+Green+Blue) = 219+242+208=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 208 (81.64% from 255 or 31.09% from 669); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2D0 is #240D2F. Grayscale: #E7E7E7. Windows color (decimal): -2362672 or 13693659. OLE color: 13693659.
HSL color Cylindrical-coordinate representation of color #DBF2D0: hue angle of 100.59º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBF2D0 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 242 | 208 | - |
CMYK | 0.10 | 0 | 0.14 | 0.05 |
HSL | 100.59º | 0.57% | 0.88% | - |
HSV(B) | 100.59º | 0.14% | 0.95% | - |
XYZ | 72.35 | 83.12 | 71.9 | - |
YUV | 231.25 | 114.88 | 119.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 242 | 208 | 0.10 | 0 | 0.14 | 0.05 | 100.59 | 0.57 | 0.88 |
Hex | DB | F2 | D0 | A | 0 | E | 5 | 65 | 39 | 58 |
Octal | 333 | 362 | 320 | 12 | 0 | 16 | 5 | 145 | 71 | 130 |
Binary | 11011011 | 11110010 | 11010000 | 1010 | 0 | 1110 | 101 | 1100101 | 111001 | 1011000 |
Color Harmonies of #DBF2D0
Complementary color
Monochromatic Colors of #DBF2D0
Black with #DBF2D0
Text Example
Text Example
White with #DBF2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF2D0; }
p { color: rgb(219,242,208); }
H1.HeaderClassName
{
color: #DBF2D0;
}
.AnyTagClassName
{
color: #DBF2D0;
}
</style>
background-color css
<style>
a { background-color: #DBF2D0; }
a { background-color: rgb(219,242,208); }
div.DivClassName
{
background-color: #DBF2D0;
}
.BgClassName
{
background-color: #DBF2D0;
}
</style>
border-color css
<style>
span { border-color: #DBF2D0; }
span { border-color: rgb(219,242,208); }
td.TdClassName
{
border-color: #DBF2D0;
}
.TagClassName
{
border-color: #DBF2D0;
}
</style>