Shades of Mindaro #DBF776
Tints of Mindaro #DBF776
RGB
CMYK
RGB Variations
Color information
#DBF776 (or 0xDBF776) is known color: Mindaro. HEX triplet: DB, F7 and 76. RGB value is (219,247,118). Sum of RGB (Red+Green+Blue) = 219+247+118=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 247 (96.88% from 255 or 42.29% from 584); Blue value is 118 (46.48% from 255 or 20.21% from 584); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF776 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF776 is #240889. Grayscale: #E0E0E0. Windows color (decimal): -2361482 or 7796699. OLE color: 7796699.
HSL color Cylindrical-coordinate representation of color #DBF776: hue angle of 73.02º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBF776 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 118 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.03 |
| HSL | 73.02º | 0.89% | 0.72% | - |
| HSV(B) | 73.02º | 0.52% | 0.97% | - |
| XYZ | 65.74 | 82.89 | 29.67 | - |
| YUV | 223.92 | 68.22 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 118 | 0.11 | 0 | 0.52 | 0.03 | 73.02 | 0.89 | 0.72 |
| Hex | DB | F7 | 76 | B | 0 | 34 | 3 | 49 | 59 | 48 |
| Octal | 333 | 367 | 166 | 13 | 0 | 64 | 3 | 111 | 131 | 110 |
| Binary | 11011011 | 11110111 | 1110110 | 1011 | 0 | 110100 | 11 | 1001001 | 1011001 | 1001000 |
Color Harmonies of #DBF776
Complementary color
Monochromatic Colors of #DBF776
Black with #DBF776
Text Example
Text Example
White with #DBF776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF776; }
p { color: rgb(219,247,118); }
H1.HeaderClassName
{
color: #DBF776;
}
.AnyTagClassName
{
color: #DBF776;
}
</style>
background-color css
<style>
a { background-color: #DBF776; }
a { background-color: rgb(219,247,118); }
div.DivClassName
{
background-color: #DBF776;
}
.BgClassName
{
background-color: #DBF776;
}
</style>
border-color css
<style>
span { border-color: #DBF776; }
span { border-color: rgb(219,247,118); }
td.TdClassName
{
border-color: #DBF776;
}
.TagClassName
{
border-color: #DBF776;
}
</style>