Shades of Mindaro #DBE982
Tints of Mindaro #DBE982
RGB
CMYK
RGB Variations
Color information
#DBE982 (or 0xDBE982) is known color: Mindaro. HEX triplet: DB, E9 and 82. RGB value is (219,233,130). Sum of RGB (Red+Green+Blue) = 219+233+130=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 130 (51.17% from 255 or 22.34% from 582); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE982 is #24167D. Grayscale: #D9D9D9. Windows color (decimal): -2365054 or 8579547. OLE color: 8579547.
HSL color Cylindrical-coordinate representation of color #DBE982: hue angle of 68.16º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBE982 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 130 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.09 |
| HSL | 68.16º | 0.7% | 0.71% | - |
| HSV(B) | 68.16º | 0.44% | 0.91% | - |
| XYZ | 62.38 | 74.95 | 32.3 | - |
| YUV | 217.07 | 78.86 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 130 | 0.06 | 0 | 0.44 | 0.09 | 68.16 | 0.7 | 0.71 |
| Hex | DB | E9 | 82 | 6 | 0 | 2C | 9 | 44 | 46 | 47 |
| Octal | 333 | 351 | 202 | 6 | 0 | 54 | 11 | 104 | 106 | 107 |
| Binary | 11011011 | 11101001 | 10000010 | 110 | 0 | 101100 | 1001 | 1000100 | 1000110 | 1000111 |
Color Harmonies of #DBE982
Complementary color
Monochromatic Colors of #DBE982
Black with #DBE982
Text Example
Text Example
White with #DBE982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE982; }
p { color: rgb(219,233,130); }
H1.HeaderClassName
{
color: #DBE982;
}
.AnyTagClassName
{
color: #DBE982;
}
</style>
background-color css
<style>
a { background-color: #DBE982; }
a { background-color: rgb(219,233,130); }
div.DivClassName
{
background-color: #DBE982;
}
.BgClassName
{
background-color: #DBE982;
}
</style>
border-color css
<style>
span { border-color: #DBE982; }
span { border-color: rgb(219,233,130); }
td.TdClassName
{
border-color: #DBE982;
}
.TagClassName
{
border-color: #DBE982;
}
</style>