Shades of Mindaro #DBEF77
Tints of Mindaro #DBEF77
RGB
CMYK
RGB Variations
Color information
#DBEF77 (or 0xDBEF77) is known color: Mindaro. HEX triplet: DB, EF and 77. RGB value is (219,239,119). Sum of RGB (Red+Green+Blue) = 219+239+119=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 119 (46.88% from 255 or 20.62% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEF77 is #241088. Grayscale: #DBDBDB. Windows color (decimal): -2363529 or 7860187. OLE color: 7860187.
HSL color Cylindrical-coordinate representation of color #DBEF77: hue angle of 70º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBEF77 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 119 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.06 |
| HSL | 70º | 0.79% | 0.7% | - |
| HSV(B) | 70º | 0.5% | 0.94% | - |
| XYZ | 63.41 | 78.12 | 29.19 | - |
| YUV | 219.34 | 71.37 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 119 | 0.08 | 0 | 0.50 | 0.06 | 70 | 0.79 | 0.7 |
| Hex | DB | EF | 77 | 8 | 0 | 32 | 6 | 46 | 4F | 46 |
| Octal | 333 | 357 | 167 | 10 | 0 | 62 | 6 | 106 | 117 | 106 |
| Binary | 11011011 | 11101111 | 1110111 | 1000 | 0 | 110010 | 110 | 1000110 | 1001111 | 1000110 |
Color Harmonies of #DBEF77
Complementary color
Monochromatic Colors of #DBEF77
Black with #DBEF77
Text Example
Text Example
White with #DBEF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF77; }
p { color: rgb(219,239,119); }
H1.HeaderClassName
{
color: #DBEF77;
}
.AnyTagClassName
{
color: #DBEF77;
}
</style>
background-color css
<style>
a { background-color: #DBEF77; }
a { background-color: rgb(219,239,119); }
div.DivClassName
{
background-color: #DBEF77;
}
.BgClassName
{
background-color: #DBEF77;
}
</style>
border-color css
<style>
span { border-color: #DBEF77; }
span { border-color: rgb(219,239,119); }
td.TdClassName
{
border-color: #DBEF77;
}
.TagClassName
{
border-color: #DBEF77;
}
</style>