Shades of Mindaro #DBE462
Tints of Mindaro #DBE462
RGB
CMYK
RGB Variations
Color information
#DBE462 (or 0xDBE462) is known color: Mindaro. HEX triplet: DB, E4 and 62. RGB value is (219,228,98). Sum of RGB (Red+Green+Blue) = 219+228+98=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 98 (38.67% from 255 or 17.98% from 545); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE462 is #241B9D. Grayscale: #D2D2D2. Windows color (decimal): -2366366 or 6481115. OLE color: 6481115.
HSL color Cylindrical-coordinate representation of color #DBE462: hue angle of 64.15º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBE462 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 98 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.11 |
| HSL | 64.15º | 0.71% | 0.64% | - |
| HSV(B) | 64.15º | 0.57% | 0.89% | - |
| XYZ | 59.16 | 71.43 | 22.22 | - |
| YUV | 210.49 | 64.52 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 98 | 0.04 | 0 | 0.57 | 0.11 | 64.15 | 0.71 | 0.64 |
| Hex | DB | E4 | 62 | 4 | 0 | 39 | B | 40 | 47 | 40 |
| Octal | 333 | 344 | 142 | 4 | 0 | 71 | 13 | 100 | 107 | 100 |
| Binary | 11011011 | 11100100 | 1100010 | 100 | 0 | 111001 | 1011 | 1000000 | 1000111 | 1000000 |
Color Harmonies of #DBE462
Complementary color
Monochromatic Colors of #DBE462
Black with #DBE462
Text Example
Text Example
White with #DBE462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE462; }
p { color: rgb(219,228,98); }
H1.HeaderClassName
{
color: #DBE462;
}
.AnyTagClassName
{
color: #DBE462;
}
</style>
background-color css
<style>
a { background-color: #DBE462; }
a { background-color: rgb(219,228,98); }
div.DivClassName
{
background-color: #DBE462;
}
.BgClassName
{
background-color: #DBE462;
}
</style>
border-color css
<style>
span { border-color: #DBE462; }
span { border-color: rgb(219,228,98); }
td.TdClassName
{
border-color: #DBE462;
}
.TagClassName
{
border-color: #DBE462;
}
</style>