Shades of Mindaro #DBE670
Tints of Mindaro #DBE670
RGB
CMYK
RGB Variations
Color information
#DBE670 (or 0xDBE670) is known color: Mindaro. HEX triplet: DB, E6 and 70. RGB value is (219,230,112). Sum of RGB (Red+Green+Blue) = 219+230+112=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 112 (44.14% from 255 or 19.96% from 561); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE670 is #24198F. Grayscale: #D5D5D5. Windows color (decimal): -2365840 or 7399131. OLE color: 7399131.
HSL color Cylindrical-coordinate representation of color #DBE670: hue angle of 65.59º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBE670 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 112 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.10 |
| HSL | 65.59º | 0.7% | 0.67% | - |
| HSV(B) | 65.59º | 0.51% | 0.9% | - |
| XYZ | 60.43 | 72.82 | 26.2 | - |
| YUV | 213.26 | 70.86 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 112 | 0.05 | 0 | 0.51 | 0.10 | 65.59 | 0.7 | 0.67 |
| Hex | DB | E6 | 70 | 5 | 0 | 33 | A | 42 | 46 | 43 |
| Octal | 333 | 346 | 160 | 5 | 0 | 63 | 12 | 102 | 106 | 103 |
| Binary | 11011011 | 11100110 | 1110000 | 101 | 0 | 110011 | 1010 | 1000010 | 1000110 | 1000011 |
Color Harmonies of #DBE670
Complementary color
Monochromatic Colors of #DBE670
Black with #DBE670
Text Example
Text Example
White with #DBE670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE670; }
p { color: rgb(219,230,112); }
H1.HeaderClassName
{
color: #DBE670;
}
.AnyTagClassName
{
color: #DBE670;
}
</style>
background-color css
<style>
a { background-color: #DBE670; }
a { background-color: rgb(219,230,112); }
div.DivClassName
{
background-color: #DBE670;
}
.BgClassName
{
background-color: #DBE670;
}
</style>
border-color css
<style>
span { border-color: #DBE670; }
span { border-color: rgb(219,230,112); }
td.TdClassName
{
border-color: #DBE670;
}
.TagClassName
{
border-color: #DBE670;
}
</style>