Shades of Mindaro #DBFA5D
Tints of Mindaro #DBFA5D
RGB
CMYK
RGB Variations
Color information
#DBFA5D (or 0xDBFA5D) is known color: Mindaro. HEX triplet: DB, FA and 5D. RGB value is (219,250,93). Sum of RGB (Red+Green+Blue) = 219+250+93=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 93 (36.72% from 255 or 16.55% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFA5D is #2405A2. Grayscale: #DFDFDF. Windows color (decimal): -2360739 or 6159067. OLE color: 6159067.
HSL color Cylindrical-coordinate representation of color #DBFA5D: hue angle of 71.85º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBFA5D is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 93 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.02 |
| HSL | 71.85º | 0.94% | 0.67% | - |
| HSV(B) | 71.85º | 0.63% | 0.98% | - |
| XYZ | 65.37 | 84.22 | 23.17 | - |
| YUV | 222.83 | 54.73 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 93 | 0.12 | 0 | 0.63 | 0.02 | 71.85 | 0.94 | 0.67 |
| Hex | DB | FA | 5D | C | 0 | 3F | 2 | 48 | 5E | 43 |
| Octal | 333 | 372 | 135 | 14 | 0 | 77 | 2 | 110 | 136 | 103 |
| Binary | 11011011 | 11111010 | 1011101 | 1100 | 0 | 111111 | 10 | 1001000 | 1011110 | 1000011 |
Color Harmonies of #DBFA5D
Complementary color
Monochromatic Colors of #DBFA5D
Black with #DBFA5D
Text Example
Text Example
White with #DBFA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA5D; }
p { color: rgb(219,250,93); }
H1.HeaderClassName
{
color: #DBFA5D;
}
.AnyTagClassName
{
color: #DBFA5D;
}
</style>
background-color css
<style>
a { background-color: #DBFA5D; }
a { background-color: rgb(219,250,93); }
div.DivClassName
{
background-color: #DBFA5D;
}
.BgClassName
{
background-color: #DBFA5D;
}
</style>
border-color css
<style>
span { border-color: #DBFA5D; }
span { border-color: rgb(219,250,93); }
td.TdClassName
{
border-color: #DBFA5D;
}
.TagClassName
{
border-color: #DBFA5D;
}
</style>