Shades of Mindaro #DBFB7C
Tints of Mindaro #DBFB7C
RGB
CMYK
RGB Variations
Color information
#DBFB7C (or 0xDBFB7C) is known color: Mindaro. HEX triplet: DB, FB and 7C. RGB value is (219,251,124). Sum of RGB (Red+Green+Blue) = 219+251+124=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 251 (98.44% from 255 or 42.26% from 594); Blue value is 124 (48.83% from 255 or 20.88% from 594); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB7C is #240483. Grayscale: #E3E3E3. Windows color (decimal): -2360452 or 8190939. OLE color: 8190939.
HSL color Cylindrical-coordinate representation of color #DBFB7C: hue angle of 75.12º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBFB7C is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 124 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.02 |
| HSL | 75.12º | 0.94% | 0.74% | - |
| HSV(B) | 75.12º | 0.51% | 0.98% | - |
| XYZ | 67.35 | 85.51 | 32.02 | - |
| YUV | 226.95 | 69.9 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 124 | 0.13 | 0 | 0.51 | 0.02 | 75.12 | 0.94 | 0.74 |
| Hex | DB | FB | 7C | D | 0 | 33 | 2 | 4B | 5E | 4A |
| Octal | 333 | 373 | 174 | 15 | 0 | 63 | 2 | 113 | 136 | 112 |
| Binary | 11011011 | 11111011 | 1111100 | 1101 | 0 | 110011 | 10 | 1001011 | 1011110 | 1001010 |
Color Harmonies of #DBFB7C
Complementary color
Monochromatic Colors of #DBFB7C
Black with #DBFB7C
Text Example
Text Example
White with #DBFB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB7C; }
p { color: rgb(219,251,124); }
H1.HeaderClassName
{
color: #DBFB7C;
}
.AnyTagClassName
{
color: #DBFB7C;
}
</style>
background-color css
<style>
a { background-color: #DBFB7C; }
a { background-color: rgb(219,251,124); }
div.DivClassName
{
background-color: #DBFB7C;
}
.BgClassName
{
background-color: #DBFB7C;
}
</style>
border-color css
<style>
span { border-color: #DBFB7C; }
span { border-color: rgb(219,251,124); }
td.TdClassName
{
border-color: #DBFB7C;
}
.TagClassName
{
border-color: #DBFB7C;
}
</style>