Shades of Mindaro #DBE87A
Tints of Mindaro #DBE87A
RGB
CMYK
RGB Variations
Color information
#DBE87A (or 0xDBE87A) is known color: Mindaro. HEX triplet: DB, E8 and 7A. RGB value is (219,232,122). Sum of RGB (Red+Green+Blue) = 219+232+122=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 232 (91.02% from 255 or 40.49% from 573); Blue value is 122 (48.05% from 255 or 21.29% from 573); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE87A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE87A is #241785. Grayscale: #D7D7D7. Windows color (decimal): -2365318 or 8055003. OLE color: 8055003.
HSL color Cylindrical-coordinate representation of color #DBE87A: hue angle of 67.09º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBE87A is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 122 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.09 |
| HSL | 67.09º | 0.71% | 0.69% | - |
| HSV(B) | 67.09º | 0.47% | 0.91% | - |
| XYZ | 61.58 | 74.18 | 29.48 | - |
| YUV | 215.57 | 75.19 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 122 | 0.06 | 0 | 0.47 | 0.09 | 67.09 | 0.71 | 0.69 |
| Hex | DB | E8 | 7A | 6 | 0 | 2F | 9 | 43 | 47 | 45 |
| Octal | 333 | 350 | 172 | 6 | 0 | 57 | 11 | 103 | 107 | 105 |
| Binary | 11011011 | 11101000 | 1111010 | 110 | 0 | 101111 | 1001 | 1000011 | 1000111 | 1000101 |
Color Harmonies of #DBE87A
Complementary color
Monochromatic Colors of #DBE87A
Black with #DBE87A
Text Example
Text Example
White with #DBE87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE87A; }
p { color: rgb(219,232,122); }
H1.HeaderClassName
{
color: #DBE87A;
}
.AnyTagClassName
{
color: #DBE87A;
}
</style>
background-color css
<style>
a { background-color: #DBE87A; }
a { background-color: rgb(219,232,122); }
div.DivClassName
{
background-color: #DBE87A;
}
.BgClassName
{
background-color: #DBE87A;
}
</style>
border-color css
<style>
span { border-color: #DBE87A; }
span { border-color: rgb(219,232,122); }
td.TdClassName
{
border-color: #DBE87A;
}
.TagClassName
{
border-color: #DBE87A;
}
</style>