Shades of Mindaro #DBF174
Tints of Mindaro #DBF174
RGB
CMYK
RGB Variations
Color information
#DBF174 (or 0xDBF174) is known color: Mindaro. HEX triplet: DB, F1 and 74. RGB value is (219,241,116). Sum of RGB (Red+Green+Blue) = 219+241+116=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 116 (45.70% from 255 or 20.14% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF174 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF174 is #240E8B. Grayscale: #DCDCDC. Windows color (decimal): -2363020 or 7664091. OLE color: 7664091.
HSL color Cylindrical-coordinate representation of color #DBF174: hue angle of 70.56º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBF174 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 116 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.05 |
| HSL | 70.56º | 0.82% | 0.7% | - |
| HSV(B) | 70.56º | 0.52% | 0.95% | - |
| XYZ | 63.82 | 79.23 | 28.45 | - |
| YUV | 220.17 | 69.21 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 116 | 0.09 | 0 | 0.52 | 0.05 | 70.56 | 0.82 | 0.7 |
| Hex | DB | F1 | 74 | 9 | 0 | 34 | 5 | 47 | 52 | 46 |
| Octal | 333 | 361 | 164 | 11 | 0 | 64 | 5 | 107 | 122 | 106 |
| Binary | 11011011 | 11110001 | 1110100 | 1001 | 0 | 110100 | 101 | 1000111 | 1010010 | 1000110 |
Color Harmonies of #DBF174
Complementary color
Monochromatic Colors of #DBF174
Black with #DBF174
Text Example
Text Example
White with #DBF174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF174; }
p { color: rgb(219,241,116); }
H1.HeaderClassName
{
color: #DBF174;
}
.AnyTagClassName
{
color: #DBF174;
}
</style>
background-color css
<style>
a { background-color: #DBF174; }
a { background-color: rgb(219,241,116); }
div.DivClassName
{
background-color: #DBF174;
}
.BgClassName
{
background-color: #DBF174;
}
</style>
border-color css
<style>
span { border-color: #DBF174; }
span { border-color: rgb(219,241,116); }
td.TdClassName
{
border-color: #DBF174;
}
.TagClassName
{
border-color: #DBF174;
}
</style>