Shades of Mindaro #DBF17E
Tints of Mindaro #DBF17E
RGB
CMYK
RGB Variations
Color information
#DBF17E (or 0xDBF17E) is known color: Mindaro. HEX triplet: DB, F1 and 7E. RGB value is (219,241,126). Sum of RGB (Red+Green+Blue) = 219+241+126=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 126 (49.61% from 255 or 21.50% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF17E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF17E is #240E81. Grayscale: #DDDDDD. Windows color (decimal): -2363010 or 8319451. OLE color: 8319451.
HSL color Cylindrical-coordinate representation of color #DBF17E: hue angle of 71.48º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBF17E is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 126 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.05 |
| HSL | 71.48º | 0.8% | 0.72% | - |
| HSV(B) | 71.48º | 0.48% | 0.95% | - |
| XYZ | 64.43 | 79.48 | 31.68 | - |
| YUV | 221.31 | 74.21 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 126 | 0.09 | 0 | 0.48 | 0.05 | 71.48 | 0.8 | 0.72 |
| Hex | DB | F1 | 7E | 9 | 0 | 30 | 5 | 47 | 50 | 48 |
| Octal | 333 | 361 | 176 | 11 | 0 | 60 | 5 | 107 | 120 | 110 |
| Binary | 11011011 | 11110001 | 1111110 | 1001 | 0 | 110000 | 101 | 1000111 | 1010000 | 1001000 |
Color Harmonies of #DBF17E
Complementary color
Monochromatic Colors of #DBF17E
Black with #DBF17E
Text Example
Text Example
White with #DBF17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF17E; }
p { color: rgb(219,241,126); }
H1.HeaderClassName
{
color: #DBF17E;
}
.AnyTagClassName
{
color: #DBF17E;
}
</style>
background-color css
<style>
a { background-color: #DBF17E; }
a { background-color: rgb(219,241,126); }
div.DivClassName
{
background-color: #DBF17E;
}
.BgClassName
{
background-color: #DBF17E;
}
</style>
border-color css
<style>
span { border-color: #DBF17E; }
span { border-color: rgb(219,241,126); }
td.TdClassName
{
border-color: #DBF17E;
}
.TagClassName
{
border-color: #DBF17E;
}
</style>