Shades of Mindaro #DBFB6F
Tints of Mindaro #DBFB6F
RGB
CMYK
RGB Variations
Color information
#DBFB6F (or 0xDBFB6F) is known color: Mindaro. HEX triplet: DB, FB and 6F. RGB value is (219,251,111). Sum of RGB (Red+Green+Blue) = 219+251+111=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 111 (43.75% from 255 or 19.10% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB6F is #240490. Grayscale: #E2E2E2. Windows color (decimal): -2360465 or 7338971. OLE color: 7338971.
HSL color Cylindrical-coordinate representation of color #DBFB6F: hue angle of 73.71º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBFB6F is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 111 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.02 |
| HSL | 73.71º | 0.95% | 0.71% | - |
| HSV(B) | 73.71º | 0.56% | 0.98% | - |
| XYZ | 66.58 | 85.2 | 27.98 | - |
| YUV | 225.47 | 63.4 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 111 | 0.13 | 0 | 0.56 | 0.02 | 73.71 | 0.95 | 0.71 |
| Hex | DB | FB | 6F | D | 0 | 38 | 2 | 4A | 5F | 47 |
| Octal | 333 | 373 | 157 | 15 | 0 | 70 | 2 | 112 | 137 | 107 |
| Binary | 11011011 | 11111011 | 1101111 | 1101 | 0 | 111000 | 10 | 1001010 | 1011111 | 1000111 |
Color Harmonies of #DBFB6F
Complementary color
Monochromatic Colors of #DBFB6F
Black with #DBFB6F
Text Example
Text Example
White with #DBFB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB6F; }
p { color: rgb(219,251,111); }
H1.HeaderClassName
{
color: #DBFB6F;
}
.AnyTagClassName
{
color: #DBFB6F;
}
</style>
background-color css
<style>
a { background-color: #DBFB6F; }
a { background-color: rgb(219,251,111); }
div.DivClassName
{
background-color: #DBFB6F;
}
.BgClassName
{
background-color: #DBFB6F;
}
</style>
border-color css
<style>
span { border-color: #DBFB6F; }
span { border-color: rgb(219,251,111); }
td.TdClassName
{
border-color: #DBFB6F;
}
.TagClassName
{
border-color: #DBFB6F;
}
</style>