Shades of Mindaro #DEFF79
Tints of Mindaro #DEFF79
RGB
CMYK
RGB Variations
Color information
#DEFF79 (or 0xDEFF79) is known color: Mindaro. HEX triplet: DE, FF and 79. RGB value is (222,255,121). Sum of RGB (Red+Green+Blue) = 222+255+121=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 121 (47.66% from 255 or 20.23% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFF79 is #210086. Grayscale: #E6E6E6. Windows color (decimal): -2162823 or 7995358. OLE color: 7995358.
HSL color Cylindrical-coordinate representation of color #DEFF79: hue angle of 74.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEFF79 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 121 | - |
| CMYK | 0.13 | 0 | 0.53 | 0 |
| HSL | 74.78º | 1% | 0.74% | - |
| HSV(B) | 74.78º | 0.53% | 1% | - |
| XYZ | 69.34 | 88.43 | 31.5 | - |
| YUV | 229.86 | 66.57 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 121 | 0.13 | 0 | 0.53 | 0 | 74.78 | 1 | 0.74 |
| Hex | DE | FF | 79 | D | 0 | 35 | 0 | 4B | 64 | 4A |
| Octal | 336 | 377 | 171 | 15 | 0 | 65 | 0 | 113 | 144 | 112 |
| Binary | 11011110 | 11111111 | 1111001 | 1101 | 0 | 110101 | 0 | 1001011 | 1100100 | 1001010 |
Color Harmonies of #DEFF79
Complementary color
Monochromatic Colors of #DEFF79
Black with #DEFF79
Text Example
Text Example
White with #DEFF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFF79; }
p { color: rgb(222,255,121); }
H1.HeaderClassName
{
color: #DEFF79;
}
.AnyTagClassName
{
color: #DEFF79;
}
</style>
background-color css
<style>
a { background-color: #DEFF79; }
a { background-color: rgb(222,255,121); }
div.DivClassName
{
background-color: #DEFF79;
}
.BgClassName
{
background-color: #DEFF79;
}
</style>
border-color css
<style>
span { border-color: #DEFF79; }
span { border-color: rgb(222,255,121); }
td.TdClassName
{
border-color: #DEFF79;
}
.TagClassName
{
border-color: #DEFF79;
}
</style>