Shades of Mindaro #DBE77E
Tints of Mindaro #DBE77E
RGB
CMYK
RGB Variations
Color information
#DBE77E (or 0xDBE77E) is known color: Mindaro. HEX triplet: DB, E7 and 7E. RGB value is (219,231,126). Sum of RGB (Red+Green+Blue) = 219+231+126=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 231 (90.62% from 255 or 40.10% from 576); Blue value is 126 (49.61% from 255 or 21.88% from 576); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE77E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE77E is #241881. Grayscale: #D7D7D7. Windows color (decimal): -2365570 or 8316891. OLE color: 8316891.
HSL color Cylindrical-coordinate representation of color #DBE77E: hue angle of 66.86º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBE77E is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 126 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.09 |
| HSL | 66.86º | 0.69% | 0.7% | - |
| HSV(B) | 66.86º | 0.45% | 0.91% | - |
| XYZ | 61.56 | 73.72 | 30.72 | - |
| YUV | 215.44 | 77.52 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 126 | 0.05 | 0 | 0.45 | 0.09 | 66.86 | 0.69 | 0.7 |
| Hex | DB | E7 | 7E | 5 | 0 | 2D | 9 | 43 | 45 | 46 |
| Octal | 333 | 347 | 176 | 5 | 0 | 55 | 11 | 103 | 105 | 106 |
| Binary | 11011011 | 11100111 | 1111110 | 101 | 0 | 101101 | 1001 | 1000011 | 1000101 | 1000110 |
Color Harmonies of #DBE77E
Complementary color
Monochromatic Colors of #DBE77E
Black with #DBE77E
Text Example
Text Example
White with #DBE77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE77E; }
p { color: rgb(219,231,126); }
H1.HeaderClassName
{
color: #DBE77E;
}
.AnyTagClassName
{
color: #DBE77E;
}
</style>
background-color css
<style>
a { background-color: #DBE77E; }
a { background-color: rgb(219,231,126); }
div.DivClassName
{
background-color: #DBE77E;
}
.BgClassName
{
background-color: #DBE77E;
}
</style>
border-color css
<style>
span { border-color: #DBE77E; }
span { border-color: rgb(219,231,126); }
td.TdClassName
{
border-color: #DBE77E;
}
.TagClassName
{
border-color: #DBE77E;
}
</style>