Shades of Mindaro #DBFB77
Tints of Mindaro #DBFB77
RGB
CMYK
RGB Variations
Color information
#DBFB77 (or 0xDBFB77) is known color: Mindaro. HEX triplet: DB, FB and 77. RGB value is (219,251,119). Sum of RGB (Red+Green+Blue) = 219+251+119=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 119 (46.88% from 255 or 20.20% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB77 is #240488. Grayscale: #E2E2E2. Windows color (decimal): -2360457 or 7863259. OLE color: 7863259.
HSL color Cylindrical-coordinate representation of color #DBFB77: hue angle of 74.55º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBFB77 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 119 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.02 |
| HSL | 74.55º | 0.94% | 0.73% | - |
| HSV(B) | 74.55º | 0.53% | 0.98% | - |
| XYZ | 67.04 | 85.39 | 30.4 | - |
| YUV | 226.38 | 67.4 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 119 | 0.13 | 0 | 0.53 | 0.02 | 74.55 | 0.94 | 0.73 |
| Hex | DB | FB | 77 | D | 0 | 35 | 2 | 4B | 5E | 49 |
| Octal | 333 | 373 | 167 | 15 | 0 | 65 | 2 | 113 | 136 | 111 |
| Binary | 11011011 | 11111011 | 1110111 | 1101 | 0 | 110101 | 10 | 1001011 | 1011110 | 1001001 |
Color Harmonies of #DBFB77
Complementary color
Monochromatic Colors of #DBFB77
Black with #DBFB77
Text Example
Text Example
White with #DBFB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB77; }
p { color: rgb(219,251,119); }
H1.HeaderClassName
{
color: #DBFB77;
}
.AnyTagClassName
{
color: #DBFB77;
}
</style>
background-color css
<style>
a { background-color: #DBFB77; }
a { background-color: rgb(219,251,119); }
div.DivClassName
{
background-color: #DBFB77;
}
.BgClassName
{
background-color: #DBFB77;
}
</style>
border-color css
<style>
span { border-color: #DBFB77; }
span { border-color: rgb(219,251,119); }
td.TdClassName
{
border-color: #DBFB77;
}
.TagClassName
{
border-color: #DBFB77;
}
</style>