Shades of Mindaro #DBE984
Tints of Mindaro #DBE984
RGB
CMYK
RGB Variations
Color information
#DBE984 (or 0xDBE984) is known color: Mindaro. HEX triplet: DB, E9 and 84. RGB value is (219,233,132). Sum of RGB (Red+Green+Blue) = 219+233+132=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 233 (91.41% from 255 or 39.90% from 584); Blue value is 132 (51.95% from 255 or 22.60% from 584); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE984 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE984 is #24167B. Grayscale: #D9D9D9. Windows color (decimal): -2365052 or 8710619. OLE color: 8710619.
HSL color Cylindrical-coordinate representation of color #DBE984: hue angle of 68.32º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBE984 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 132 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.09 |
| HSL | 68.32º | 0.7% | 0.72% | - |
| HSV(B) | 68.32º | 0.43% | 0.91% | - |
| XYZ | 62.52 | 75 | 33.01 | - |
| YUV | 217.3 | 79.86 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 132 | 0.06 | 0 | 0.43 | 0.09 | 68.32 | 0.7 | 0.72 |
| Hex | DB | E9 | 84 | 6 | 0 | 2B | 9 | 44 | 46 | 48 |
| Octal | 333 | 351 | 204 | 6 | 0 | 53 | 11 | 104 | 106 | 110 |
| Binary | 11011011 | 11101001 | 10000100 | 110 | 0 | 101011 | 1001 | 1000100 | 1000110 | 1001000 |
Color Harmonies of #DBE984
Complementary color
Monochromatic Colors of #DBE984
Black with #DBE984
Text Example
Text Example
White with #DBE984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE984; }
p { color: rgb(219,233,132); }
H1.HeaderClassName
{
color: #DBE984;
}
.AnyTagClassName
{
color: #DBE984;
}
</style>
background-color css
<style>
a { background-color: #DBE984; }
a { background-color: rgb(219,233,132); }
div.DivClassName
{
background-color: #DBE984;
}
.BgClassName
{
background-color: #DBE984;
}
</style>
border-color css
<style>
span { border-color: #DBE984; }
span { border-color: rgb(219,233,132); }
td.TdClassName
{
border-color: #DBE984;
}
.TagClassName
{
border-color: #DBE984;
}
</style>