Shades of Mindaro #DEFA7A
Tints of Mindaro #DEFA7A
RGB
CMYK
RGB Variations
Color information
#DEFA7A (or 0xDEFA7A) is known color: Mindaro. HEX triplet: DE, FA and 7A. RGB value is (222,250,122). Sum of RGB (Red+Green+Blue) = 222+250+122=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 122 (48.05% from 255 or 20.54% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFA7A is #210585. Grayscale: #E3E3E3. Windows color (decimal): -2164102 or 8059614. OLE color: 8059614.
HSL color Cylindrical-coordinate representation of color #DEFA7A: hue angle of 73.12º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEFA7A is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 122 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.02 |
| HSL | 73.13º | 0.93% | 0.73% | - |
| HSV(B) | 73.13º | 0.51% | 0.98% | - |
| XYZ | 67.82 | 85.31 | 31.3 | - |
| YUV | 227.04 | 68.72 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 122 | 0.11 | 0 | 0.51 | 0.02 | 73.13 | 0.93 | 0.73 |
| Hex | DE | FA | 7A | B | 0 | 33 | 2 | 49 | 5D | 49 |
| Octal | 336 | 372 | 172 | 13 | 0 | 63 | 2 | 111 | 135 | 111 |
| Binary | 11011110 | 11111010 | 1111010 | 1011 | 0 | 110011 | 10 | 1001001 | 1011101 | 1001001 |
Color Harmonies of #DEFA7A
Complementary color
Monochromatic Colors of #DEFA7A
Black with #DEFA7A
Text Example
Text Example
White with #DEFA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFA7A; }
p { color: rgb(222,250,122); }
H1.HeaderClassName
{
color: #DEFA7A;
}
.AnyTagClassName
{
color: #DEFA7A;
}
</style>
background-color css
<style>
a { background-color: #DEFA7A; }
a { background-color: rgb(222,250,122); }
div.DivClassName
{
background-color: #DEFA7A;
}
.BgClassName
{
background-color: #DEFA7A;
}
</style>
border-color css
<style>
span { border-color: #DEFA7A; }
span { border-color: rgb(222,250,122); }
td.TdClassName
{
border-color: #DEFA7A;
}
.TagClassName
{
border-color: #DEFA7A;
}
</style>