Shades of Mindaro #DBFC79
Tints of Mindaro #DBFC79
RGB
CMYK
RGB Variations
Color information
#DBFC79 (or 0xDBFC79) is known color: Mindaro. HEX triplet: DB, FC and 79. RGB value is (219,252,121). Sum of RGB (Red+Green+Blue) = 219+252+121=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 121 (47.66% from 255 or 20.44% from 592); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFC79 is #240386. Grayscale: #E3E3E3. Windows color (decimal): -2360199 or 7994587. OLE color: 7994587.
HSL color Cylindrical-coordinate representation of color #DBFC79: hue angle of 75.11º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBFC79 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 121 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.01 |
| HSL | 75.11º | 0.96% | 0.73% | - |
| HSV(B) | 75.11º | 0.52% | 0.99% | - |
| XYZ | 67.48 | 86.06 | 31.14 | - |
| YUV | 227.2 | 68.07 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 121 | 0.13 | 0 | 0.52 | 0.01 | 75.11 | 0.96 | 0.73 |
| Hex | DB | FC | 79 | D | 0 | 34 | 1 | 4B | 60 | 49 |
| Octal | 333 | 374 | 171 | 15 | 0 | 64 | 1 | 113 | 140 | 111 |
| Binary | 11011011 | 11111100 | 1111001 | 1101 | 0 | 110100 | 1 | 1001011 | 1100000 | 1001001 |
Color Harmonies of #DBFC79
Complementary color
Monochromatic Colors of #DBFC79
Black with #DBFC79
Text Example
Text Example
White with #DBFC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC79; }
p { color: rgb(219,252,121); }
H1.HeaderClassName
{
color: #DBFC79;
}
.AnyTagClassName
{
color: #DBFC79;
}
</style>
background-color css
<style>
a { background-color: #DBFC79; }
a { background-color: rgb(219,252,121); }
div.DivClassName
{
background-color: #DBFC79;
}
.BgClassName
{
background-color: #DBFC79;
}
</style>
border-color css
<style>
span { border-color: #DBFC79; }
span { border-color: rgb(219,252,121); }
td.TdClassName
{
border-color: #DBFC79;
}
.TagClassName
{
border-color: #DBFC79;
}
</style>