Shades of Mindaro #DBF16B
Tints of Mindaro #DBF16B
RGB
CMYK
RGB Variations
Color information
#DBF16B (or 0xDBF16B) is known color: Mindaro. HEX triplet: DB, F1 and 6B. RGB value is (219,241,107). Sum of RGB (Red+Green+Blue) = 219+241+107=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 107 (42.19% from 255 or 18.87% from 567); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF16B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF16B is #240E94. Grayscale: #DBDBDB. Windows color (decimal): -2363029 or 7074267. OLE color: 7074267.
HSL color Cylindrical-coordinate representation of color #DBF16B: hue angle of 69.85º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBF16B is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 107 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.05 |
| HSL | 69.85º | 0.83% | 0.68% | - |
| HSV(B) | 69.85º | 0.56% | 0.95% | - |
| XYZ | 63.32 | 79.03 | 25.83 | - |
| YUV | 219.15 | 64.71 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 107 | 0.09 | 0 | 0.56 | 0.05 | 69.85 | 0.83 | 0.68 |
| Hex | DB | F1 | 6B | 9 | 0 | 38 | 5 | 46 | 53 | 44 |
| Octal | 333 | 361 | 153 | 11 | 0 | 70 | 5 | 106 | 123 | 104 |
| Binary | 11011011 | 11110001 | 1101011 | 1001 | 0 | 111000 | 101 | 1000110 | 1010011 | 1000100 |
Color Harmonies of #DBF16B
Complementary color
Monochromatic Colors of #DBF16B
Black with #DBF16B
Text Example
Text Example
White with #DBF16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF16B; }
p { color: rgb(219,241,107); }
H1.HeaderClassName
{
color: #DBF16B;
}
.AnyTagClassName
{
color: #DBF16B;
}
</style>
background-color css
<style>
a { background-color: #DBF16B; }
a { background-color: rgb(219,241,107); }
div.DivClassName
{
background-color: #DBF16B;
}
.BgClassName
{
background-color: #DBF16B;
}
</style>
border-color css
<style>
span { border-color: #DBF16B; }
span { border-color: rgb(219,241,107); }
td.TdClassName
{
border-color: #DBF16B;
}
.TagClassName
{
border-color: #DBF16B;
}
</style>