Shades of Mindaro #DBFB66
Tints of Mindaro #DBFB66
RGB
CMYK
RGB Variations
Color information
#DBFB66 (or 0xDBFB66) is known color: Mindaro. HEX triplet: DB, FB and 66. RGB value is (219,251,102). Sum of RGB (Red+Green+Blue) = 219+251+102=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 251 (98.44% from 255 or 43.88% from 572); Blue value is 102 (40.23% from 255 or 17.83% from 572); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB66 is #240499. Grayscale: #E1E1E1. Windows color (decimal): -2360474 or 6749147. OLE color: 6749147.
HSL color Cylindrical-coordinate representation of color #DBFB66: hue angle of 72.89º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBFB66 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 102 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.02 |
| HSL | 72.89º | 0.95% | 0.69% | - |
| HSV(B) | 72.89º | 0.59% | 0.98% | - |
| XYZ | 66.11 | 85.01 | 25.5 | - |
| YUV | 224.45 | 58.9 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 102 | 0.13 | 0 | 0.59 | 0.02 | 72.89 | 0.95 | 0.69 |
| Hex | DB | FB | 66 | D | 0 | 3B | 2 | 49 | 5F | 45 |
| Octal | 333 | 373 | 146 | 15 | 0 | 73 | 2 | 111 | 137 | 105 |
| Binary | 11011011 | 11111011 | 1100110 | 1101 | 0 | 111011 | 10 | 1001001 | 1011111 | 1000101 |
Color Harmonies of #DBFB66
Complementary color
Monochromatic Colors of #DBFB66
Black with #DBFB66
Text Example
Text Example
White with #DBFB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB66; }
p { color: rgb(219,251,102); }
H1.HeaderClassName
{
color: #DBFB66;
}
.AnyTagClassName
{
color: #DBFB66;
}
</style>
background-color css
<style>
a { background-color: #DBFB66; }
a { background-color: rgb(219,251,102); }
div.DivClassName
{
background-color: #DBFB66;
}
.BgClassName
{
background-color: #DBFB66;
}
</style>
border-color css
<style>
span { border-color: #DBFB66; }
span { border-color: rgb(219,251,102); }
td.TdClassName
{
border-color: #DBFB66;
}
.TagClassName
{
border-color: #DBFB66;
}
</style>