Shades of Mindaro #DEFE7E
Tints of Mindaro #DEFE7E
RGB
CMYK
RGB Variations
Color information
#DEFE7E (or 0xDEFE7E) is known color: Mindaro. HEX triplet: DE, FE and 7E. RGB value is (222,254,126). Sum of RGB (Red+Green+Blue) = 222+254+126=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 126 (49.61% from 255 or 20.93% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFE7E is #210181. Grayscale: #E6E6E6. Windows color (decimal): -2163074 or 8322782. OLE color: 8322782.
HSL color Cylindrical-coordinate representation of color #DEFE7E: hue angle of 75º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEFE7E is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 126 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.00 |
| HSL | 75º | 0.98% | 0.75% | - |
| HSV(B) | 75º | 0.5% | 1% | - |
| XYZ | 69.33 | 87.92 | 33.05 | - |
| YUV | 229.84 | 69.4 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 126 | 0.13 | 0 | 0.50 | 0.00 | 75 | 0.98 | 0.75 |
| Hex | DE | FE | 7E | D | 0 | 32 | 0 | 4B | 62 | 4B |
| Octal | 336 | 376 | 176 | 15 | 0 | 62 | 0 | 113 | 142 | 113 |
| Binary | 11011110 | 11111110 | 1111110 | 1101 | 0 | 110010 | 0 | 1001011 | 1100010 | 1001011 |
Color Harmonies of #DEFE7E
Complementary color
Monochromatic Colors of #DEFE7E
Black with #DEFE7E
Text Example
Text Example
White with #DEFE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFE7E; }
p { color: rgb(222,254,126); }
H1.HeaderClassName
{
color: #DEFE7E;
}
.AnyTagClassName
{
color: #DEFE7E;
}
</style>
background-color css
<style>
a { background-color: #DEFE7E; }
a { background-color: rgb(222,254,126); }
div.DivClassName
{
background-color: #DEFE7E;
}
.BgClassName
{
background-color: #DEFE7E;
}
</style>
border-color css
<style>
span { border-color: #DEFE7E; }
span { border-color: rgb(222,254,126); }
td.TdClassName
{
border-color: #DEFE7E;
}
.TagClassName
{
border-color: #DEFE7E;
}
</style>