Shades of Mindaro #DEFE7A
Tints of Mindaro #DEFE7A
RGB
CMYK
RGB Variations
Color information
#DEFE7A (or 0xDEFE7A) is known color: Mindaro. HEX triplet: DE, FE and 7A. RGB value is (222,254,122). Sum of RGB (Red+Green+Blue) = 222+254+122=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 122 (48.05% from 255 or 20.40% from 598); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFE7A is #210185. Grayscale: #E5E5E5. Windows color (decimal): -2163078 or 8060638. OLE color: 8060638.
HSL color Cylindrical-coordinate representation of color #DEFE7A: hue angle of 74.55º 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 #DEFE7A is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 122 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.00 |
| HSL | 74.55º | 0.99% | 0.74% | - |
| HSV(B) | 74.55º | 0.52% | 1% | - |
| XYZ | 69.08 | 87.82 | 31.72 | - |
| YUV | 229.38 | 67.4 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 122 | 0.13 | 0 | 0.52 | 0.00 | 74.55 | 0.99 | 0.74 |
| Hex | DE | FE | 7A | D | 0 | 34 | 0 | 4B | 63 | 4A |
| Octal | 336 | 376 | 172 | 15 | 0 | 64 | 0 | 113 | 143 | 112 |
| Binary | 11011110 | 11111110 | 1111010 | 1101 | 0 | 110100 | 0 | 1001011 | 1100011 | 1001010 |
Color Harmonies of #DEFE7A
Complementary color
Monochromatic Colors of #DEFE7A
Black with #DEFE7A
Text Example
Text Example
White with #DEFE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFE7A; }
p { color: rgb(222,254,122); }
H1.HeaderClassName
{
color: #DEFE7A;
}
.AnyTagClassName
{
color: #DEFE7A;
}
</style>
background-color css
<style>
a { background-color: #DEFE7A; }
a { background-color: rgb(222,254,122); }
div.DivClassName
{
background-color: #DEFE7A;
}
.BgClassName
{
background-color: #DEFE7A;
}
</style>
border-color css
<style>
span { border-color: #DEFE7A; }
span { border-color: rgb(222,254,122); }
td.TdClassName
{
border-color: #DEFE7A;
}
.TagClassName
{
border-color: #DEFE7A;
}
</style>