Shades of Mindaro #DBEE76
Tints of Mindaro #DBEE76
RGB
CMYK
RGB Variations
Color information
#DBEE76 (or 0xDBEE76) is known color: Mindaro. HEX triplet: DB, EE and 76. RGB value is (219,238,118). Sum of RGB (Red+Green+Blue) = 219+238+118=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 118 (46.48% from 255 or 20.52% from 575); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEE76 is #241189. Grayscale: #DBDBDB. Windows color (decimal): -2363786 or 7794395. OLE color: 7794395.
HSL color Cylindrical-coordinate representation of color #DBEE76: hue angle of 69.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBEE76 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 118 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.07 |
| HSL | 69.5º | 0.78% | 0.7% | - |
| HSV(B) | 69.5º | 0.5% | 0.93% | - |
| XYZ | 63.06 | 77.52 | 28.78 | - |
| YUV | 218.64 | 71.21 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 118 | 0.08 | 0 | 0.50 | 0.07 | 69.5 | 0.78 | 0.7 |
| Hex | DB | EE | 76 | 8 | 0 | 32 | 7 | 46 | 4E | 46 |
| Octal | 333 | 356 | 166 | 10 | 0 | 62 | 7 | 106 | 116 | 106 |
| Binary | 11011011 | 11101110 | 1110110 | 1000 | 0 | 110010 | 111 | 1000110 | 1001110 | 1000110 |
Color Harmonies of #DBEE76
Complementary color
Monochromatic Colors of #DBEE76
Black with #DBEE76
Text Example
Text Example
White with #DBEE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE76; }
p { color: rgb(219,238,118); }
H1.HeaderClassName
{
color: #DBEE76;
}
.AnyTagClassName
{
color: #DBEE76;
}
</style>
background-color css
<style>
a { background-color: #DBEE76; }
a { background-color: rgb(219,238,118); }
div.DivClassName
{
background-color: #DBEE76;
}
.BgClassName
{
background-color: #DBEE76;
}
</style>
border-color css
<style>
span { border-color: #DBEE76; }
span { border-color: rgb(219,238,118); }
td.TdClassName
{
border-color: #DBEE76;
}
.TagClassName
{
border-color: #DBEE76;
}
</style>