Shades of Mindaro #DBFC7C
Tints of Mindaro #DBFC7C
RGB
CMYK
RGB Variations
Color information
#DBFC7C (or 0xDBFC7C) is known color: Mindaro. HEX triplet: DB, FC and 7C. RGB value is (219,252,124). Sum of RGB (Red+Green+Blue) = 219+252+124=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 124 (48.83% from 255 or 20.84% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFC7C is #240383. Grayscale: #E4E4E4. Windows color (decimal): -2360196 or 8191195. OLE color: 8191195.
HSL color Cylindrical-coordinate representation of color #DBFC7C: hue angle of 75.47º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBFC7C is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 124 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.01 |
| HSL | 75.47º | 0.96% | 0.74% | - |
| HSV(B) | 75.47º | 0.51% | 0.99% | - |
| XYZ | 67.66 | 86.14 | 32.13 | - |
| YUV | 227.54 | 69.57 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 124 | 0.13 | 0 | 0.51 | 0.01 | 75.47 | 0.96 | 0.74 |
| Hex | DB | FC | 7C | D | 0 | 33 | 1 | 4B | 60 | 4A |
| Octal | 333 | 374 | 174 | 15 | 0 | 63 | 1 | 113 | 140 | 112 |
| Binary | 11011011 | 11111100 | 1111100 | 1101 | 0 | 110011 | 1 | 1001011 | 1100000 | 1001010 |
Color Harmonies of #DBFC7C
Complementary color
Monochromatic Colors of #DBFC7C
Black with #DBFC7C
Text Example
Text Example
White with #DBFC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC7C; }
p { color: rgb(219,252,124); }
H1.HeaderClassName
{
color: #DBFC7C;
}
.AnyTagClassName
{
color: #DBFC7C;
}
</style>
background-color css
<style>
a { background-color: #DBFC7C; }
a { background-color: rgb(219,252,124); }
div.DivClassName
{
background-color: #DBFC7C;
}
.BgClassName
{
background-color: #DBFC7C;
}
</style>
border-color css
<style>
span { border-color: #DBFC7C; }
span { border-color: rgb(219,252,124); }
td.TdClassName
{
border-color: #DBFC7C;
}
.TagClassName
{
border-color: #DBFC7C;
}
</style>