Shades of Mindaro #DBF16C
Tints of Mindaro #DBF16C
RGB
CMYK
RGB Variations
Color information
#DBF16C (or 0xDBF16C) is known color: Mindaro. HEX triplet: DB, F1 and 6C. RGB value is (219,241,108). Sum of RGB (Red+Green+Blue) = 219+241+108=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 108 (42.58% from 255 or 19.01% from 568); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF16C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF16C is #240E93. Grayscale: #DBDBDB. Windows color (decimal): -2363028 or 7139803. OLE color: 7139803.
HSL color Cylindrical-coordinate representation of color #DBF16C: hue angle of 69.92º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBF16C is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 108 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.05 |
| HSL | 69.92º | 0.83% | 0.68% | - |
| HSV(B) | 69.92º | 0.55% | 0.95% | - |
| XYZ | 63.38 | 79.05 | 26.11 | - |
| YUV | 219.26 | 65.21 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 108 | 0.09 | 0 | 0.55 | 0.05 | 69.92 | 0.83 | 0.68 |
| Hex | DB | F1 | 6C | 9 | 0 | 37 | 5 | 46 | 53 | 44 |
| Octal | 333 | 361 | 154 | 11 | 0 | 67 | 5 | 106 | 123 | 104 |
| Binary | 11011011 | 11110001 | 1101100 | 1001 | 0 | 110111 | 101 | 1000110 | 1010011 | 1000100 |
Color Harmonies of #DBF16C
Complementary color
Monochromatic Colors of #DBF16C
Black with #DBF16C
Text Example
Text Example
White with #DBF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF16C; }
p { color: rgb(219,241,108); }
H1.HeaderClassName
{
color: #DBF16C;
}
.AnyTagClassName
{
color: #DBF16C;
}
</style>
background-color css
<style>
a { background-color: #DBF16C; }
a { background-color: rgb(219,241,108); }
div.DivClassName
{
background-color: #DBF16C;
}
.BgClassName
{
background-color: #DBF16C;
}
</style>
border-color css
<style>
span { border-color: #DBF16C; }
span { border-color: rgb(219,241,108); }
td.TdClassName
{
border-color: #DBF16C;
}
.TagClassName
{
border-color: #DBF16C;
}
</style>