Shades of Mantis #7ECF3F
Tints of Mantis #7ECF3F
RGB
CMYK
RGB Variations
Color information
#7ECF3F (or 0x7ECF3F) is known color: Mantis. HEX triplet: 7E, CF and 3F. RGB value is (126,207,63). Sum of RGB (Red+Green+Blue) = 126+207+63=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 207 (81.25% from 255 or 52.27% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ECF3F is #8130C0. Grayscale: #A6A6A6. Windows color (decimal): -8466625 or 4181886. OLE color: 4181886.
HSL color Cylindrical-coordinate representation of color #7ECF3F: hue angle of 93.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7ECF3F is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 207 | 63 | - |
| CMYK | 0.39 | 0 | 0.70 | 0.19 |
| HSL | 93.75º | 0.6% | 0.53% | - |
| HSV(B) | 93.75º | 0.7% | 0.81% | - |
| XYZ | 31.81 | 49.42 | 12.56 | - |
| YUV | 166.37 | 69.66 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 207 | 63 | 0.39 | 0 | 0.70 | 0.19 | 93.75 | 0.6 | 0.53 |
| Hex | 7E | CF | 3F | 27 | 0 | 46 | 13 | 5E | 3C | 35 |
| Octal | 176 | 317 | 77 | 47 | 0 | 106 | 23 | 136 | 74 | 65 |
| Binary | 1111110 | 11001111 | 111111 | 100111 | 0 | 1000110 | 10011 | 1011110 | 111100 | 110101 |
Color Harmonies of #7ECF3F
Complementary color
Monochromatic Colors of #7ECF3F
Black with #7ECF3F
Text Example
Text Example
White with #7ECF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECF3F; }
p { color: rgb(126,207,63); }
H1.HeaderClassName
{
color: #7ECF3F;
}
.AnyTagClassName
{
color: #7ECF3F;
}
</style>
background-color css
<style>
a { background-color: #7ECF3F; }
a { background-color: rgb(126,207,63); }
div.DivClassName
{
background-color: #7ECF3F;
}
.BgClassName
{
background-color: #7ECF3F;
}
</style>
border-color css
<style>
span { border-color: #7ECF3F; }
span { border-color: rgb(126,207,63); }
td.TdClassName
{
border-color: #7ECF3F;
}
.TagClassName
{
border-color: #7ECF3F;
}
</style>