Shades of Mindaro #DBFB5B
Tints of Mindaro #DBFB5B
RGB
CMYK
RGB Variations
Color information
#DBFB5B (or 0xDBFB5B) is known color: Mindaro. HEX triplet: DB, FB and 5B. RGB value is (219,251,91). Sum of RGB (Red+Green+Blue) = 219+251+91=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 91 (35.94% from 255 or 16.22% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB5B is #2404A4. Grayscale: #DFDFDF. Windows color (decimal): -2360485 or 6028251. OLE color: 6028251.
HSL color Cylindrical-coordinate representation of color #DBFB5B: hue angle of 72º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBFB5B is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 91 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.02 |
| HSL | 72º | 0.95% | 0.67% | - |
| HSV(B) | 72º | 0.64% | 0.98% | - |
| XYZ | 65.6 | 84.81 | 22.81 | - |
| YUV | 223.19 | 53.4 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 91 | 0.13 | 0 | 0.64 | 0.02 | 72 | 0.95 | 0.67 |
| Hex | DB | FB | 5B | D | 0 | 40 | 2 | 48 | 5F | 43 |
| Octal | 333 | 373 | 133 | 15 | 0 | 100 | 2 | 110 | 137 | 103 |
| Binary | 11011011 | 11111011 | 1011011 | 1101 | 0 | 1000000 | 10 | 1001000 | 1011111 | 1000011 |
Color Harmonies of #DBFB5B
Complementary color
Monochromatic Colors of #DBFB5B
Black with #DBFB5B
Text Example
Text Example
White with #DBFB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB5B; }
p { color: rgb(219,251,91); }
H1.HeaderClassName
{
color: #DBFB5B;
}
.AnyTagClassName
{
color: #DBFB5B;
}
</style>
background-color css
<style>
a { background-color: #DBFB5B; }
a { background-color: rgb(219,251,91); }
div.DivClassName
{
background-color: #DBFB5B;
}
.BgClassName
{
background-color: #DBFB5B;
}
</style>
border-color css
<style>
span { border-color: #DBFB5B; }
span { border-color: rgb(219,251,91); }
td.TdClassName
{
border-color: #DBFB5B;
}
.TagClassName
{
border-color: #DBFB5B;
}
</style>