Shades of Mindaro #DBFB5F
Tints of Mindaro #DBFB5F
RGB
CMYK
RGB Variations
Color information
#DBFB5F (or 0xDBFB5F) is known color: Mindaro. HEX triplet: DB, FB and 5F. RGB value is (219,251,95). Sum of RGB (Red+Green+Blue) = 219+251+95=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 95 (37.5% from 255 or 16.81% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB5F is #2404A0. Grayscale: #E0E0E0. Windows color (decimal): -2360481 or 6290395. OLE color: 6290395.
HSL color Cylindrical-coordinate representation of color #DBFB5F: hue angle of 72.31º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBFB5F is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 95 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.02 |
| HSL | 72.31º | 0.95% | 0.68% | - |
| HSV(B) | 72.31º | 0.62% | 0.98% | - |
| XYZ | 65.78 | 84.88 | 23.74 | - |
| YUV | 223.65 | 55.4 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 95 | 0.13 | 0 | 0.62 | 0.02 | 72.31 | 0.95 | 0.68 |
| Hex | DB | FB | 5F | D | 0 | 3E | 2 | 48 | 5F | 44 |
| Octal | 333 | 373 | 137 | 15 | 0 | 76 | 2 | 110 | 137 | 104 |
| Binary | 11011011 | 11111011 | 1011111 | 1101 | 0 | 111110 | 10 | 1001000 | 1011111 | 1000100 |
Color Harmonies of #DBFB5F
Complementary color
Monochromatic Colors of #DBFB5F
Black with #DBFB5F
Text Example
Text Example
White with #DBFB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB5F; }
p { color: rgb(219,251,95); }
H1.HeaderClassName
{
color: #DBFB5F;
}
.AnyTagClassName
{
color: #DBFB5F;
}
</style>
background-color css
<style>
a { background-color: #DBFB5F; }
a { background-color: rgb(219,251,95); }
div.DivClassName
{
background-color: #DBFB5F;
}
.BgClassName
{
background-color: #DBFB5F;
}
</style>
border-color css
<style>
span { border-color: #DBFB5F; }
span { border-color: rgb(219,251,95); }
td.TdClassName
{
border-color: #DBFB5F;
}
.TagClassName
{
border-color: #DBFB5F;
}
</style>