Shades of Mindaro #DBF179
Tints of Mindaro #DBF179
RGB
CMYK
RGB Variations
Color information
#DBF179 (or 0xDBF179) is known color: Mindaro. HEX triplet: DB, F1 and 79. RGB value is (219,241,121). Sum of RGB (Red+Green+Blue) = 219+241+121=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 121 (47.66% from 255 or 20.83% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF179 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF179 is #240E86. Grayscale: #DDDDDD. Windows color (decimal): -2363015 or 7991771. OLE color: 7991771.
HSL color Cylindrical-coordinate representation of color #DBF179: hue angle of 71º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBF179 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 121 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.05 |
| HSL | 71º | 0.81% | 0.71% | - |
| HSV(B) | 71º | 0.5% | 0.95% | - |
| XYZ | 64.12 | 79.35 | 30.03 | - |
| YUV | 220.74 | 71.71 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 121 | 0.09 | 0 | 0.50 | 0.05 | 71 | 0.81 | 0.71 |
| Hex | DB | F1 | 79 | 9 | 0 | 32 | 5 | 47 | 51 | 47 |
| Octal | 333 | 361 | 171 | 11 | 0 | 62 | 5 | 107 | 121 | 107 |
| Binary | 11011011 | 11110001 | 1111001 | 1001 | 0 | 110010 | 101 | 1000111 | 1010001 | 1000111 |
Color Harmonies of #DBF179
Complementary color
Monochromatic Colors of #DBF179
Black with #DBF179
Text Example
Text Example
White with #DBF179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF179; }
p { color: rgb(219,241,121); }
H1.HeaderClassName
{
color: #DBF179;
}
.AnyTagClassName
{
color: #DBF179;
}
</style>
background-color css
<style>
a { background-color: #DBF179; }
a { background-color: rgb(219,241,121); }
div.DivClassName
{
background-color: #DBF179;
}
.BgClassName
{
background-color: #DBF179;
}
</style>
border-color css
<style>
span { border-color: #DBF179; }
span { border-color: rgb(219,241,121); }
td.TdClassName
{
border-color: #DBF179;
}
.TagClassName
{
border-color: #DBF179;
}
</style>