Shades of Mindaro #DBF16E
Tints of Mindaro #DBF16E
RGB
CMYK
RGB Variations
Color information
#DBF16E (or 0xDBF16E) is known color: Mindaro. HEX triplet: DB, F1 and 6E. RGB value is (219,241,110). Sum of RGB (Red+Green+Blue) = 219+241+110=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 110 (43.36% from 255 or 19.30% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF16E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF16E is #240E91. Grayscale: #DBDBDB. Windows color (decimal): -2363026 or 7270875. OLE color: 7270875.
HSL color Cylindrical-coordinate representation of color #DBF16E: hue angle of 70.08º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBF16E is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 110 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.05 |
| HSL | 70.08º | 0.82% | 0.69% | - |
| HSV(B) | 70.08º | 0.54% | 0.95% | - |
| XYZ | 63.48 | 79.1 | 26.67 | - |
| YUV | 219.49 | 66.21 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 110 | 0.09 | 0 | 0.54 | 0.05 | 70.08 | 0.82 | 0.69 |
| Hex | DB | F1 | 6E | 9 | 0 | 36 | 5 | 46 | 52 | 45 |
| Octal | 333 | 361 | 156 | 11 | 0 | 66 | 5 | 106 | 122 | 105 |
| Binary | 11011011 | 11110001 | 1101110 | 1001 | 0 | 110110 | 101 | 1000110 | 1010010 | 1000101 |
Color Harmonies of #DBF16E
Complementary color
Monochromatic Colors of #DBF16E
Black with #DBF16E
Text Example
Text Example
White with #DBF16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF16E; }
p { color: rgb(219,241,110); }
H1.HeaderClassName
{
color: #DBF16E;
}
.AnyTagClassName
{
color: #DBF16E;
}
</style>
background-color css
<style>
a { background-color: #DBF16E; }
a { background-color: rgb(219,241,110); }
div.DivClassName
{
background-color: #DBF16E;
}
.BgClassName
{
background-color: #DBF16E;
}
</style>
border-color css
<style>
span { border-color: #DBF16E; }
span { border-color: rgb(219,241,110); }
td.TdClassName
{
border-color: #DBF16E;
}
.TagClassName
{
border-color: #DBF16E;
}
</style>