Shades of Mindaro #DBFA63
Tints of Mindaro #DBFA63
RGB
CMYK
RGB Variations
Color information
#DBFA63 (or 0xDBFA63) is known color: Mindaro. HEX triplet: DB, FA and 63. RGB value is (219,250,99). Sum of RGB (Red+Green+Blue) = 219+250+99=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 99 (39.06% from 255 or 17.43% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFA63 is #24059C. Grayscale: #E0E0E0. Windows color (decimal): -2360733 or 6552283. OLE color: 6552283.
HSL color Cylindrical-coordinate representation of color #DBFA63: hue angle of 72.32º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBFA63 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 99 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.02 |
| HSL | 72.32º | 0.94% | 0.68% | - |
| HSV(B) | 72.32º | 0.6% | 0.98% | - |
| XYZ | 65.65 | 84.33 | 24.62 | - |
| YUV | 223.52 | 57.73 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 99 | 0.12 | 0 | 0.60 | 0.02 | 72.32 | 0.94 | 0.68 |
| Hex | DB | FA | 63 | C | 0 | 3C | 2 | 48 | 5E | 44 |
| Octal | 333 | 372 | 143 | 14 | 0 | 74 | 2 | 110 | 136 | 104 |
| Binary | 11011011 | 11111010 | 1100011 | 1100 | 0 | 111100 | 10 | 1001000 | 1011110 | 1000100 |
Color Harmonies of #DBFA63
Complementary color
Monochromatic Colors of #DBFA63
Black with #DBFA63
Text Example
Text Example
White with #DBFA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA63; }
p { color: rgb(219,250,99); }
H1.HeaderClassName
{
color: #DBFA63;
}
.AnyTagClassName
{
color: #DBFA63;
}
</style>
background-color css
<style>
a { background-color: #DBFA63; }
a { background-color: rgb(219,250,99); }
div.DivClassName
{
background-color: #DBFA63;
}
.BgClassName
{
background-color: #DBFA63;
}
</style>
border-color css
<style>
span { border-color: #DBFA63; }
span { border-color: rgb(219,250,99); }
td.TdClassName
{
border-color: #DBFA63;
}
.TagClassName
{
border-color: #DBFA63;
}
</style>