Shades of Mindaro #DBFE79
Tints of Mindaro #DBFE79
RGB
CMYK
RGB Variations
Color information
#DBFE79 (or 0xDBFE79) is known color: Mindaro. HEX triplet: DB, FE and 79. RGB value is (219,254,121). Sum of RGB (Red+Green+Blue) = 219+254+121=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 121 (47.66% from 255 or 20.37% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFE79 is #240186. Grayscale: #E4E4E4. Windows color (decimal): -2359687 or 7995099. OLE color: 7995099.
HSL color Cylindrical-coordinate representation of color #DBFE79: hue angle of 75.79º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBFE79 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 121 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.00 |
| HSL | 75.79º | 0.99% | 0.74% | - |
| HSV(B) | 75.79º | 0.52% | 1% | - |
| XYZ | 68.11 | 87.32 | 31.35 | - |
| YUV | 228.37 | 67.4 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 121 | 0.14 | 0 | 0.52 | 0.00 | 75.79 | 0.99 | 0.74 |
| Hex | DB | FE | 79 | E | 0 | 34 | 0 | 4C | 63 | 4A |
| Octal | 333 | 376 | 171 | 16 | 0 | 64 | 0 | 114 | 143 | 112 |
| Binary | 11011011 | 11111110 | 1111001 | 1110 | 0 | 110100 | 0 | 1001100 | 1100011 | 1001010 |
Color Harmonies of #DBFE79
Complementary color
Monochromatic Colors of #DBFE79
Black with #DBFE79
Text Example
Text Example
White with #DBFE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE79; }
p { color: rgb(219,254,121); }
H1.HeaderClassName
{
color: #DBFE79;
}
.AnyTagClassName
{
color: #DBFE79;
}
</style>
background-color css
<style>
a { background-color: #DBFE79; }
a { background-color: rgb(219,254,121); }
div.DivClassName
{
background-color: #DBFE79;
}
.BgClassName
{
background-color: #DBFE79;
}
</style>
border-color css
<style>
span { border-color: #DBFE79; }
span { border-color: rgb(219,254,121); }
td.TdClassName
{
border-color: #DBFE79;
}
.TagClassName
{
border-color: #DBFE79;
}
</style>