Shades of Mindaro #DEF07A
Tints of Mindaro #DEF07A
RGB
CMYK
RGB Variations
Color information
#DEF07A (or 0xDEF07A) is known color: Mindaro. HEX triplet: DE, F0 and 7A. RGB value is (222,240,122). Sum of RGB (Red+Green+Blue) = 222+240+122=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 122 (48.05% from 255 or 20.89% from 584); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF07A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF07A is #210F85. Grayscale: #DDDDDD. Windows color (decimal): -2166662 or 8057054. OLE color: 8057054.
HSL color Cylindrical-coordinate representation of color #DEF07A: hue angle of 69.15º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEF07A is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 122 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.06 |
| HSL | 69.15º | 0.8% | 0.71% | - |
| HSV(B) | 69.15º | 0.49% | 0.94% | - |
| XYZ | 64.8 | 79.25 | 30.29 | - |
| YUV | 221.17 | 72.04 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 122 | 0.08 | 0 | 0.49 | 0.06 | 69.15 | 0.8 | 0.71 |
| Hex | DE | F0 | 7A | 8 | 0 | 31 | 6 | 45 | 50 | 47 |
| Octal | 336 | 360 | 172 | 10 | 0 | 61 | 6 | 105 | 120 | 107 |
| Binary | 11011110 | 11110000 | 1111010 | 1000 | 0 | 110001 | 110 | 1000101 | 1010000 | 1000111 |
Color Harmonies of #DEF07A
Complementary color
Monochromatic Colors of #DEF07A
Black with #DEF07A
Text Example
Text Example
White with #DEF07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF07A; }
p { color: rgb(222,240,122); }
H1.HeaderClassName
{
color: #DEF07A;
}
.AnyTagClassName
{
color: #DEF07A;
}
</style>
background-color css
<style>
a { background-color: #DEF07A; }
a { background-color: rgb(222,240,122); }
div.DivClassName
{
background-color: #DEF07A;
}
.BgClassName
{
background-color: #DEF07A;
}
</style>
border-color css
<style>
span { border-color: #DEF07A; }
span { border-color: rgb(222,240,122); }
td.TdClassName
{
border-color: #DEF07A;
}
.TagClassName
{
border-color: #DEF07A;
}
</style>