Shades of Mindaro #DBE86D
Tints of Mindaro #DBE86D
RGB
CMYK
RGB Variations
Color information
#DBE86D (or 0xDBE86D) is known color: Mindaro. HEX triplet: DB, E8 and 6D. RGB value is (219,232,109). Sum of RGB (Red+Green+Blue) = 219+232+109=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 232 (91.02% from 255 or 41.43% from 560); Blue value is 109 (42.97% from 255 or 19.46% from 560); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE86D is #241792. Grayscale: #D6D6D6. Windows color (decimal): -2365331 or 7203035. OLE color: 7203035.
HSL color Cylindrical-coordinate representation of color #DBE86D: hue angle of 66.34º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBE86D is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 109 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.09 |
| HSL | 66.34º | 0.73% | 0.67% | - |
| HSV(B) | 66.34º | 0.53% | 0.91% | - |
| XYZ | 60.83 | 73.88 | 25.52 | - |
| YUV | 214.09 | 68.69 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 109 | 0.06 | 0 | 0.53 | 0.09 | 66.34 | 0.73 | 0.67 |
| Hex | DB | E8 | 6D | 6 | 0 | 35 | 9 | 42 | 49 | 43 |
| Octal | 333 | 350 | 155 | 6 | 0 | 65 | 11 | 102 | 111 | 103 |
| Binary | 11011011 | 11101000 | 1101101 | 110 | 0 | 110101 | 1001 | 1000010 | 1001001 | 1000011 |
Color Harmonies of #DBE86D
Complementary color
Monochromatic Colors of #DBE86D
Black with #DBE86D
Text Example
Text Example
White with #DBE86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE86D; }
p { color: rgb(219,232,109); }
H1.HeaderClassName
{
color: #DBE86D;
}
.AnyTagClassName
{
color: #DBE86D;
}
</style>
background-color css
<style>
a { background-color: #DBE86D; }
a { background-color: rgb(219,232,109); }
div.DivClassName
{
background-color: #DBE86D;
}
.BgClassName
{
background-color: #DBE86D;
}
</style>
border-color css
<style>
span { border-color: #DBE86D; }
span { border-color: rgb(219,232,109); }
td.TdClassName
{
border-color: #DBE86D;
}
.TagClassName
{
border-color: #DBE86D;
}
</style>