Shades of Mindaro #DBEF76
Tints of Mindaro #DBEF76
RGB
CMYK
RGB Variations
Color information
#DBEF76 (or 0xDBEF76) is known color: Mindaro. HEX triplet: DB, EF and 76. RGB value is (219,239,118). Sum of RGB (Red+Green+Blue) = 219+239+118=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 118 (46.48% from 255 or 20.49% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEF76 is #241089. Grayscale: #DBDBDB. Windows color (decimal): -2363530 or 7794651. OLE color: 7794651.
HSL color Cylindrical-coordinate representation of color #DBEF76: hue angle of 69.92º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBEF76 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 118 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.06 |
| HSL | 69.92º | 0.79% | 0.7% | - |
| HSV(B) | 69.92º | 0.51% | 0.94% | - |
| XYZ | 63.35 | 78.1 | 28.88 | - |
| YUV | 219.23 | 70.87 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 118 | 0.08 | 0 | 0.51 | 0.06 | 69.92 | 0.79 | 0.7 |
| Hex | DB | EF | 76 | 8 | 0 | 33 | 6 | 46 | 4F | 46 |
| Octal | 333 | 357 | 166 | 10 | 0 | 63 | 6 | 106 | 117 | 106 |
| Binary | 11011011 | 11101111 | 1110110 | 1000 | 0 | 110011 | 110 | 1000110 | 1001111 | 1000110 |
Color Harmonies of #DBEF76
Complementary color
Monochromatic Colors of #DBEF76
Black with #DBEF76
Text Example
Text Example
White with #DBEF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF76; }
p { color: rgb(219,239,118); }
H1.HeaderClassName
{
color: #DBEF76;
}
.AnyTagClassName
{
color: #DBEF76;
}
</style>
background-color css
<style>
a { background-color: #DBEF76; }
a { background-color: rgb(219,239,118); }
div.DivClassName
{
background-color: #DBEF76;
}
.BgClassName
{
background-color: #DBEF76;
}
</style>
border-color css
<style>
span { border-color: #DBEF76; }
span { border-color: rgb(219,239,118); }
td.TdClassName
{
border-color: #DBEF76;
}
.TagClassName
{
border-color: #DBEF76;
}
</style>