Shades of Mindaro #DBE572
Tints of Mindaro #DBE572
RGB
CMYK
RGB Variations
Color information
#DBE572 (or 0xDBE572) is known color: Mindaro. HEX triplet: DB, E5 and 72. RGB value is (219,229,114). Sum of RGB (Red+Green+Blue) = 219+229+114=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 229 (89.84% from 255 or 40.75% from 562); Blue value is 114 (44.92% from 255 or 20.28% from 562); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE572 is #241A8D. Grayscale: #D5D5D5. Windows color (decimal): -2366094 or 7529947. OLE color: 7529947.
HSL color Cylindrical-coordinate representation of color #DBE572: hue angle of 65.22º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBE572 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 114 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.10 |
| HSL | 65.22º | 0.69% | 0.67% | - |
| HSV(B) | 65.22º | 0.5% | 0.9% | - |
| XYZ | 60.27 | 72.31 | 26.7 | - |
| YUV | 212.9 | 72.19 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 114 | 0.04 | 0 | 0.50 | 0.10 | 65.22 | 0.69 | 0.67 |
| Hex | DB | E5 | 72 | 4 | 0 | 32 | A | 41 | 45 | 43 |
| Octal | 333 | 345 | 162 | 4 | 0 | 62 | 12 | 101 | 105 | 103 |
| Binary | 11011011 | 11100101 | 1110010 | 100 | 0 | 110010 | 1010 | 1000001 | 1000101 | 1000011 |
Color Harmonies of #DBE572
Complementary color
Monochromatic Colors of #DBE572
Black with #DBE572
Text Example
Text Example
White with #DBE572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE572; }
p { color: rgb(219,229,114); }
H1.HeaderClassName
{
color: #DBE572;
}
.AnyTagClassName
{
color: #DBE572;
}
</style>
background-color css
<style>
a { background-color: #DBE572; }
a { background-color: rgb(219,229,114); }
div.DivClassName
{
background-color: #DBE572;
}
.BgClassName
{
background-color: #DBE572;
}
</style>
border-color css
<style>
span { border-color: #DBE572; }
span { border-color: rgb(219,229,114); }
td.TdClassName
{
border-color: #DBE572;
}
.TagClassName
{
border-color: #DBE572;
}
</style>