Shades of Mindaro #DBE76C
Tints of Mindaro #DBE76C
RGB
CMYK
RGB Variations
Color information
#DBE76C (or 0xDBE76C) is known color: Mindaro. HEX triplet: DB, E7 and 6C. RGB value is (219,231,108). Sum of RGB (Red+Green+Blue) = 219+231+108=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 108 (42.58% from 255 or 19.35% from 558); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE76C is #241893. Grayscale: #D5D5D5. Windows color (decimal): -2365588 or 7137243. OLE color: 7137243.
HSL color Cylindrical-coordinate representation of color #DBE76C: hue angle of 65.85º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBE76C is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 108 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.09 |
| HSL | 65.85º | 0.72% | 0.66% | - |
| HSV(B) | 65.85º | 0.53% | 0.91% | - |
| XYZ | 60.5 | 73.29 | 25.15 | - |
| YUV | 213.39 | 68.52 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 108 | 0.05 | 0 | 0.53 | 0.09 | 65.85 | 0.72 | 0.66 |
| Hex | DB | E7 | 6C | 5 | 0 | 35 | 9 | 42 | 48 | 42 |
| Octal | 333 | 347 | 154 | 5 | 0 | 65 | 11 | 102 | 110 | 102 |
| Binary | 11011011 | 11100111 | 1101100 | 101 | 0 | 110101 | 1001 | 1000010 | 1001000 | 1000010 |
Color Harmonies of #DBE76C
Complementary color
Monochromatic Colors of #DBE76C
Black with #DBE76C
Text Example
Text Example
White with #DBE76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE76C; }
p { color: rgb(219,231,108); }
H1.HeaderClassName
{
color: #DBE76C;
}
.AnyTagClassName
{
color: #DBE76C;
}
</style>
background-color css
<style>
a { background-color: #DBE76C; }
a { background-color: rgb(219,231,108); }
div.DivClassName
{
background-color: #DBE76C;
}
.BgClassName
{
background-color: #DBE76C;
}
</style>
border-color css
<style>
span { border-color: #DBE76C; }
span { border-color: rgb(219,231,108); }
td.TdClassName
{
border-color: #DBE76C;
}
.TagClassName
{
border-color: #DBE76C;
}
</style>