Shades of Mindaro #DBFD5B
Tints of Mindaro #DBFD5B
RGB
CMYK
RGB Variations
Color information
#DBFD5B (or 0xDBFD5B) is known color: Mindaro. HEX triplet: DB, FD and 5B. RGB value is (219,253,91). Sum of RGB (Red+Green+Blue) = 219+253+91=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 91 (35.94% from 255 or 16.16% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFD5B is #2402A4. Grayscale: #E0E0E0. Windows color (decimal): -2359973 or 6028763. OLE color: 6028763.
HSL color Cylindrical-coordinate representation of color #DBFD5B: hue angle of 72.59º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBFD5B is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 91 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.01 |
| HSL | 72.59º | 0.98% | 0.67% | - |
| HSV(B) | 72.59º | 0.64% | 0.99% | - |
| XYZ | 66.23 | 86.07 | 23.02 | - |
| YUV | 224.37 | 52.74 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 91 | 0.13 | 0 | 0.64 | 0.01 | 72.59 | 0.98 | 0.67 |
| Hex | DB | FD | 5B | D | 0 | 40 | 1 | 49 | 62 | 43 |
| Octal | 333 | 375 | 133 | 15 | 0 | 100 | 1 | 111 | 142 | 103 |
| Binary | 11011011 | 11111101 | 1011011 | 1101 | 0 | 1000000 | 1 | 1001001 | 1100010 | 1000011 |
Color Harmonies of #DBFD5B
Complementary color
Monochromatic Colors of #DBFD5B
Black with #DBFD5B
Text Example
Text Example
White with #DBFD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD5B; }
p { color: rgb(219,253,91); }
H1.HeaderClassName
{
color: #DBFD5B;
}
.AnyTagClassName
{
color: #DBFD5B;
}
</style>
background-color css
<style>
a { background-color: #DBFD5B; }
a { background-color: rgb(219,253,91); }
div.DivClassName
{
background-color: #DBFD5B;
}
.BgClassName
{
background-color: #DBFD5B;
}
</style>
border-color css
<style>
span { border-color: #DBFD5B; }
span { border-color: rgb(219,253,91); }
td.TdClassName
{
border-color: #DBFD5B;
}
.TagClassName
{
border-color: #DBFD5B;
}
</style>