Shades of Mindaro #DBE37E
Tints of Mindaro #DBE37E
RGB
CMYK
RGB Variations
Color information
#DBE37E (or 0xDBE37E) is known color: Mindaro. HEX triplet: DB, E3 and 7E. RGB value is (219,227,126). Sum of RGB (Red+Green+Blue) = 219+227+126=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 227 (89.06% from 255 or 39.69% from 572); Blue value is 126 (49.61% from 255 or 22.03% from 572); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE37E is #241C81. Grayscale: #D5D5D5. Windows color (decimal): -2366594 or 8315867. OLE color: 8315867.
HSL color Cylindrical-coordinate representation of color #DBE37E: hue angle of 64.75º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBE37E is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 126 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.11 |
| HSL | 64.75º | 0.64% | 0.69% | - |
| HSV(B) | 64.75º | 0.44% | 0.89% | - |
| XYZ | 60.45 | 71.5 | 30.35 | - |
| YUV | 213.09 | 78.85 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 126 | 0.04 | 0 | 0.44 | 0.11 | 64.75 | 0.64 | 0.69 |
| Hex | DB | E3 | 7E | 4 | 0 | 2C | B | 41 | 40 | 45 |
| Octal | 333 | 343 | 176 | 4 | 0 | 54 | 13 | 101 | 100 | 105 |
| Binary | 11011011 | 11100011 | 1111110 | 100 | 0 | 101100 | 1011 | 1000001 | 1000000 | 1000101 |
Color Harmonies of #DBE37E
Complementary color
Monochromatic Colors of #DBE37E
Black with #DBE37E
Text Example
Text Example
White with #DBE37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE37E; }
p { color: rgb(219,227,126); }
H1.HeaderClassName
{
color: #DBE37E;
}
.AnyTagClassName
{
color: #DBE37E;
}
</style>
background-color css
<style>
a { background-color: #DBE37E; }
a { background-color: rgb(219,227,126); }
div.DivClassName
{
background-color: #DBE37E;
}
.BgClassName
{
background-color: #DBE37E;
}
</style>
border-color css
<style>
span { border-color: #DBE37E; }
span { border-color: rgb(219,227,126); }
td.TdClassName
{
border-color: #DBE37E;
}
.TagClassName
{
border-color: #DBE37E;
}
</style>