Shades of Mindaro #DBEA76
Tints of Mindaro #DBEA76
RGB
CMYK
RGB Variations
Color information
#DBEA76 (or 0xDBEA76) is known color: Mindaro. HEX triplet: DB, EA and 76. RGB value is (219,234,118). Sum of RGB (Red+Green+Blue) = 219+234+118=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 118 (46.48% from 255 or 20.67% from 571); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA76 is #241589. Grayscale: #D8D8D8. Windows color (decimal): -2364810 or 7793371. OLE color: 7793371.
HSL color Cylindrical-coordinate representation of color #DBEA76: hue angle of 67.76º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBEA76 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 118 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.08 |
| HSL | 67.76º | 0.73% | 0.69% | - |
| HSV(B) | 67.76º | 0.5% | 0.92% | - |
| XYZ | 61.91 | 75.21 | 28.39 | - |
| YUV | 216.29 | 72.53 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 118 | 0.06 | 0 | 0.50 | 0.08 | 67.76 | 0.73 | 0.69 |
| Hex | DB | EA | 76 | 6 | 0 | 32 | 8 | 44 | 49 | 45 |
| Octal | 333 | 352 | 166 | 6 | 0 | 62 | 10 | 104 | 111 | 105 |
| Binary | 11011011 | 11101010 | 1110110 | 110 | 0 | 110010 | 1000 | 1000100 | 1001001 | 1000101 |
Color Harmonies of #DBEA76
Complementary color
Monochromatic Colors of #DBEA76
Black with #DBEA76
Text Example
Text Example
White with #DBEA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA76; }
p { color: rgb(219,234,118); }
H1.HeaderClassName
{
color: #DBEA76;
}
.AnyTagClassName
{
color: #DBEA76;
}
</style>
background-color css
<style>
a { background-color: #DBEA76; }
a { background-color: rgb(219,234,118); }
div.DivClassName
{
background-color: #DBEA76;
}
.BgClassName
{
background-color: #DBEA76;
}
</style>
border-color css
<style>
span { border-color: #DBEA76; }
span { border-color: rgb(219,234,118); }
td.TdClassName
{
border-color: #DBEA76;
}
.TagClassName
{
border-color: #DBEA76;
}
</style>