Shades of Mindaro #DBFA5C
Tints of Mindaro #DBFA5C
RGB
CMYK
RGB Variations
Color information
#DBFA5C (or 0xDBFA5C) is known color: Mindaro. HEX triplet: DB, FA and 5C. RGB value is (219,250,92). Sum of RGB (Red+Green+Blue) = 219+250+92=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 92 (36.33% from 255 or 16.40% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFA5C is #2405A3. Grayscale: #DFDFDF. Windows color (decimal): -2360740 or 6093531. OLE color: 6093531.
HSL color Cylindrical-coordinate representation of color #DBFA5C: hue angle of 71.77º 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 #DBFA5C is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 92 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.02 |
| HSL | 71.77º | 0.94% | 0.67% | - |
| HSV(B) | 71.77º | 0.63% | 0.98% | - |
| XYZ | 65.33 | 84.2 | 22.93 | - |
| YUV | 222.72 | 54.23 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 92 | 0.12 | 0 | 0.63 | 0.02 | 71.77 | 0.94 | 0.67 |
| Hex | DB | FA | 5C | C | 0 | 3F | 2 | 48 | 5E | 43 |
| Octal | 333 | 372 | 134 | 14 | 0 | 77 | 2 | 110 | 136 | 103 |
| Binary | 11011011 | 11111010 | 1011100 | 1100 | 0 | 111111 | 10 | 1001000 | 1011110 | 1000011 |
Color Harmonies of #DBFA5C
Complementary color
Monochromatic Colors of #DBFA5C
Black with #DBFA5C
Text Example
Text Example
White with #DBFA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA5C; }
p { color: rgb(219,250,92); }
H1.HeaderClassName
{
color: #DBFA5C;
}
.AnyTagClassName
{
color: #DBFA5C;
}
</style>
background-color css
<style>
a { background-color: #DBFA5C; }
a { background-color: rgb(219,250,92); }
div.DivClassName
{
background-color: #DBFA5C;
}
.BgClassName
{
background-color: #DBFA5C;
}
</style>
border-color css
<style>
span { border-color: #DBFA5C; }
span { border-color: rgb(219,250,92); }
td.TdClassName
{
border-color: #DBFA5C;
}
.TagClassName
{
border-color: #DBFA5C;
}
</style>