Shades of Mindaro #DBFA6C
Tints of Mindaro #DBFA6C
RGB
CMYK
RGB Variations
Color information
#DBFA6C (or 0xDBFA6C) is known color: Mindaro. HEX triplet: DB, FA and 6C. RGB value is (219,250,108). Sum of RGB (Red+Green+Blue) = 219+250+108=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 108 (42.58% from 255 or 18.72% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFA6C is #240593. Grayscale: #E1E1E1. Windows color (decimal): -2360724 or 7142107. OLE color: 7142107.
HSL color Cylindrical-coordinate representation of color #DBFA6C: hue angle of 73.1º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBFA6C is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 108 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.02 |
| HSL | 73.1º | 0.93% | 0.7% | - |
| HSV(B) | 73.1º | 0.57% | 0.98% | - |
| XYZ | 66.11 | 84.51 | 27.02 | - |
| YUV | 224.54 | 62.23 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 108 | 0.12 | 0 | 0.57 | 0.02 | 73.1 | 0.93 | 0.7 |
| Hex | DB | FA | 6C | C | 0 | 39 | 2 | 49 | 5D | 46 |
| Octal | 333 | 372 | 154 | 14 | 0 | 71 | 2 | 111 | 135 | 106 |
| Binary | 11011011 | 11111010 | 1101100 | 1100 | 0 | 111001 | 10 | 1001001 | 1011101 | 1000110 |
Color Harmonies of #DBFA6C
Complementary color
Monochromatic Colors of #DBFA6C
Black with #DBFA6C
Text Example
Text Example
White with #DBFA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA6C; }
p { color: rgb(219,250,108); }
H1.HeaderClassName
{
color: #DBFA6C;
}
.AnyTagClassName
{
color: #DBFA6C;
}
</style>
background-color css
<style>
a { background-color: #DBFA6C; }
a { background-color: rgb(219,250,108); }
div.DivClassName
{
background-color: #DBFA6C;
}
.BgClassName
{
background-color: #DBFA6C;
}
</style>
border-color css
<style>
span { border-color: #DBFA6C; }
span { border-color: rgb(219,250,108); }
td.TdClassName
{
border-color: #DBFA6C;
}
.TagClassName
{
border-color: #DBFA6C;
}
</style>