Shades of Mindaro #DBE36E
Tints of Mindaro #DBE36E
RGB
CMYK
RGB Variations
Color information
#DBE36E (or 0xDBE36E) is known color: Mindaro. HEX triplet: DB, E3 and 6E. RGB value is (219,227,110). Sum of RGB (Red+Green+Blue) = 219+227+110=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 227 (89.06% from 255 or 40.83% from 556); Blue value is 110 (43.36% from 255 or 19.78% from 556); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE36E is #241C91. Grayscale: #D3D3D3. Windows color (decimal): -2366610 or 7267291. OLE color: 7267291.
HSL color Cylindrical-coordinate representation of color #DBE36E: hue angle of 64.1º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBE36E is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 110 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.11 |
| HSL | 64.1º | 0.68% | 0.66% | - |
| HSV(B) | 64.1º | 0.52% | 0.89% | - |
| XYZ | 59.5 | 71.12 | 25.34 | - |
| YUV | 211.27 | 70.85 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 110 | 0.04 | 0 | 0.52 | 0.11 | 64.1 | 0.68 | 0.66 |
| Hex | DB | E3 | 6E | 4 | 0 | 34 | B | 40 | 44 | 42 |
| Octal | 333 | 343 | 156 | 4 | 0 | 64 | 13 | 100 | 104 | 102 |
| Binary | 11011011 | 11100011 | 1101110 | 100 | 0 | 110100 | 1011 | 1000000 | 1000100 | 1000010 |
Color Harmonies of #DBE36E
Complementary color
Monochromatic Colors of #DBE36E
Black with #DBE36E
Text Example
Text Example
White with #DBE36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE36E; }
p { color: rgb(219,227,110); }
H1.HeaderClassName
{
color: #DBE36E;
}
.AnyTagClassName
{
color: #DBE36E;
}
</style>
background-color css
<style>
a { background-color: #DBE36E; }
a { background-color: rgb(219,227,110); }
div.DivClassName
{
background-color: #DBE36E;
}
.BgClassName
{
background-color: #DBE36E;
}
</style>
border-color css
<style>
span { border-color: #DBE36E; }
span { border-color: rgb(219,227,110); }
td.TdClassName
{
border-color: #DBE36E;
}
.TagClassName
{
border-color: #DBE36E;
}
</style>