Shades of Mindaro #DBFA65
Tints of Mindaro #DBFA65
RGB
CMYK
RGB Variations
Color information
#DBFA65 (or 0xDBFA65) is known color: Mindaro. HEX triplet: DB, FA and 65. RGB value is (219,250,101). Sum of RGB (Red+Green+Blue) = 219+250+101=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 101 (39.84% from 255 or 17.72% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFA65 is #24059A. Grayscale: #E0E0E0. Windows color (decimal): -2360731 or 6683355. OLE color: 6683355.
HSL color Cylindrical-coordinate representation of color #DBFA65: hue angle of 72.48º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBFA65 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 101 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.02 |
| HSL | 72.48º | 0.94% | 0.69% | - |
| HSV(B) | 72.48º | 0.6% | 0.98% | - |
| XYZ | 65.75 | 84.37 | 25.13 | - |
| YUV | 223.75 | 58.73 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 101 | 0.12 | 0 | 0.60 | 0.02 | 72.48 | 0.94 | 0.69 |
| Hex | DB | FA | 65 | C | 0 | 3C | 2 | 48 | 5E | 45 |
| Octal | 333 | 372 | 145 | 14 | 0 | 74 | 2 | 110 | 136 | 105 |
| Binary | 11011011 | 11111010 | 1100101 | 1100 | 0 | 111100 | 10 | 1001000 | 1011110 | 1000101 |
Color Harmonies of #DBFA65
Complementary color
Monochromatic Colors of #DBFA65
Black with #DBFA65
Text Example
Text Example
White with #DBFA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA65; }
p { color: rgb(219,250,101); }
H1.HeaderClassName
{
color: #DBFA65;
}
.AnyTagClassName
{
color: #DBFA65;
}
</style>
background-color css
<style>
a { background-color: #DBFA65; }
a { background-color: rgb(219,250,101); }
div.DivClassName
{
background-color: #DBFA65;
}
.BgClassName
{
background-color: #DBFA65;
}
</style>
border-color css
<style>
span { border-color: #DBFA65; }
span { border-color: rgb(219,250,101); }
td.TdClassName
{
border-color: #DBFA65;
}
.TagClassName
{
border-color: #DBFA65;
}
</style>