Shades of Mindaro #DBF16D
Tints of Mindaro #DBF16D
RGB
CMYK
RGB Variations
Color information
#DBF16D (or 0xDBF16D) is known color: Mindaro. HEX triplet: DB, F1 and 6D. RGB value is (219,241,109). Sum of RGB (Red+Green+Blue) = 219+241+109=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 109 (42.97% from 255 or 19.16% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF16D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF16D is #240E92. Grayscale: #DBDBDB. Windows color (decimal): -2363027 or 7205339. OLE color: 7205339.
HSL color Cylindrical-coordinate representation of color #DBF16D: hue angle of 70º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBF16D is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 109 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.05 |
| HSL | 70º | 0.83% | 0.69% | - |
| HSV(B) | 70º | 0.55% | 0.95% | - |
| XYZ | 63.43 | 79.07 | 26.39 | - |
| YUV | 219.37 | 65.71 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 109 | 0.09 | 0 | 0.55 | 0.05 | 70 | 0.83 | 0.69 |
| Hex | DB | F1 | 6D | 9 | 0 | 37 | 5 | 46 | 52 | 45 |
| Octal | 333 | 361 | 155 | 11 | 0 | 67 | 5 | 106 | 122 | 105 |
| Binary | 11011011 | 11110001 | 1101101 | 1001 | 0 | 110111 | 101 | 1000110 | 1010010 | 1000101 |
Color Harmonies of #DBF16D
Complementary color
Monochromatic Colors of #DBF16D
Black with #DBF16D
Text Example
Text Example
White with #DBF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF16D; }
p { color: rgb(219,241,109); }
H1.HeaderClassName
{
color: #DBF16D;
}
.AnyTagClassName
{
color: #DBF16D;
}
</style>
background-color css
<style>
a { background-color: #DBF16D; }
a { background-color: rgb(219,241,109); }
div.DivClassName
{
background-color: #DBF16D;
}
.BgClassName
{
background-color: #DBF16D;
}
</style>
border-color css
<style>
span { border-color: #DBF16D; }
span { border-color: rgb(219,241,109); }
td.TdClassName
{
border-color: #DBF16D;
}
.TagClassName
{
border-color: #DBF16D;
}
</style>