Shades of Mindaro #DBF172
Tints of Mindaro #DBF172
RGB
CMYK
RGB Variations
Color information
#DBF172 (or 0xDBF172) is known color: Mindaro. HEX triplet: DB, F1 and 72. RGB value is (219,241,114). Sum of RGB (Red+Green+Blue) = 219+241+114=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 114 (44.92% from 255 or 19.86% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF172 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF172 is #240E8D. Grayscale: #DCDCDC. Windows color (decimal): -2363022 or 7533019. OLE color: 7533019.
HSL color Cylindrical-coordinate representation of color #DBF172: hue angle of 70.39º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBF172 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 114 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.05 |
| HSL | 70.39º | 0.82% | 0.7% | - |
| HSV(B) | 70.39º | 0.53% | 0.95% | - |
| XYZ | 63.71 | 79.19 | 27.85 | - |
| YUV | 219.94 | 68.21 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 114 | 0.09 | 0 | 0.53 | 0.05 | 70.39 | 0.82 | 0.7 |
| Hex | DB | F1 | 72 | 9 | 0 | 35 | 5 | 46 | 52 | 46 |
| Octal | 333 | 361 | 162 | 11 | 0 | 65 | 5 | 106 | 122 | 106 |
| Binary | 11011011 | 11110001 | 1110010 | 1001 | 0 | 110101 | 101 | 1000110 | 1010010 | 1000110 |
Color Harmonies of #DBF172
Complementary color
Monochromatic Colors of #DBF172
Black with #DBF172
Text Example
Text Example
White with #DBF172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF172; }
p { color: rgb(219,241,114); }
H1.HeaderClassName
{
color: #DBF172;
}
.AnyTagClassName
{
color: #DBF172;
}
</style>
background-color css
<style>
a { background-color: #DBF172; }
a { background-color: rgb(219,241,114); }
div.DivClassName
{
background-color: #DBF172;
}
.BgClassName
{
background-color: #DBF172;
}
</style>
border-color css
<style>
span { border-color: #DBF172; }
span { border-color: rgb(219,241,114); }
td.TdClassName
{
border-color: #DBF172;
}
.TagClassName
{
border-color: #DBF172;
}
</style>