Shades of Mindaro #DEF77A
Tints of Mindaro #DEF77A
RGB
CMYK
RGB Variations
Color information
#DEF77A (or 0xDEF77A) is known color: Mindaro. HEX triplet: DE, F7 and 7A. RGB value is (222,247,122). Sum of RGB (Red+Green+Blue) = 222+247+122=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 247 (96.88% from 255 or 41.79% from 591); Blue value is 122 (48.05% from 255 or 20.64% from 591); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF77A is #210885. Grayscale: #E1E1E1. Windows color (decimal): -2164870 or 8058846. OLE color: 8058846.
HSL color Cylindrical-coordinate representation of color #DEF77A: hue angle of 72º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEF77A is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 247 | 122 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.03 |
| HSL | 72º | 0.89% | 0.72% | - |
| HSV(B) | 72º | 0.51% | 0.97% | - |
| XYZ | 66.9 | 83.46 | 31 | - |
| YUV | 225.28 | 69.72 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 247 | 122 | 0.10 | 0 | 0.51 | 0.03 | 72 | 0.89 | 0.72 |
| Hex | DE | F7 | 7A | A | 0 | 33 | 3 | 48 | 59 | 48 |
| Octal | 336 | 367 | 172 | 12 | 0 | 63 | 3 | 110 | 131 | 110 |
| Binary | 11011110 | 11110111 | 1111010 | 1010 | 0 | 110011 | 11 | 1001000 | 1011001 | 1001000 |
Color Harmonies of #DEF77A
Complementary color
Monochromatic Colors of #DEF77A
Black with #DEF77A
Text Example
Text Example
White with #DEF77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF77A; }
p { color: rgb(222,247,122); }
H1.HeaderClassName
{
color: #DEF77A;
}
.AnyTagClassName
{
color: #DEF77A;
}
</style>
background-color css
<style>
a { background-color: #DEF77A; }
a { background-color: rgb(222,247,122); }
div.DivClassName
{
background-color: #DEF77A;
}
.BgClassName
{
background-color: #DEF77A;
}
</style>
border-color css
<style>
span { border-color: #DEF77A; }
span { border-color: rgb(222,247,122); }
td.TdClassName
{
border-color: #DEF77A;
}
.TagClassName
{
border-color: #DEF77A;
}
</style>