Shades of Mindaro #DBE880
Tints of Mindaro #DBE880
RGB
CMYK
RGB Variations
Color information
#DBE880 (or 0xDBE880) is known color: Mindaro. HEX triplet: DB, E8 and 80. RGB value is (219,232,128). Sum of RGB (Red+Green+Blue) = 219+232+128=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 232 (91.02% from 255 or 40.07% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE880 is #24177F. Grayscale: #D8D8D8. Windows color (decimal): -2365312 or 8448219. OLE color: 8448219.
HSL color Cylindrical-coordinate representation of color #DBE880: hue angle of 67.5º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBE880 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 128 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.09 |
| HSL | 67.5º | 0.69% | 0.71% | - |
| HSV(B) | 67.5º | 0.45% | 0.91% | - |
| XYZ | 61.97 | 74.33 | 31.5 | - |
| YUV | 216.26 | 78.19 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 128 | 0.06 | 0 | 0.45 | 0.09 | 67.5 | 0.69 | 0.71 |
| Hex | DB | E8 | 80 | 6 | 0 | 2D | 9 | 44 | 45 | 47 |
| Octal | 333 | 350 | 200 | 6 | 0 | 55 | 11 | 104 | 105 | 107 |
| Binary | 11011011 | 11101000 | 10000000 | 110 | 0 | 101101 | 1001 | 1000100 | 1000101 | 1000111 |
Color Harmonies of #DBE880
Complementary color
Monochromatic Colors of #DBE880
Black with #DBE880
Text Example
Text Example
White with #DBE880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE880; }
p { color: rgb(219,232,128); }
H1.HeaderClassName
{
color: #DBE880;
}
.AnyTagClassName
{
color: #DBE880;
}
</style>
background-color css
<style>
a { background-color: #DBE880; }
a { background-color: rgb(219,232,128); }
div.DivClassName
{
background-color: #DBE880;
}
.BgClassName
{
background-color: #DBE880;
}
</style>
border-color css
<style>
span { border-color: #DBE880; }
span { border-color: rgb(219,232,128); }
td.TdClassName
{
border-color: #DBE880;
}
.TagClassName
{
border-color: #DBE880;
}
</style>