Shades of Mantis #7ECE4B
Tints of Mantis #7ECE4B
RGB
CMYK
RGB Variations
Color information
#7ECE4B (or 0x7ECE4B) is known color: Mantis. HEX triplet: 7E, CE and 4B. RGB value is (126,206,75). Sum of RGB (Red+Green+Blue) = 126+206+75=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 206 (80.86% from 255 or 50.61% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECE4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ECE4B is #8131B4. Grayscale: #A7A7A7. Windows color (decimal): -8466869 or 4968062. OLE color: 4968062.
HSL color Cylindrical-coordinate representation of color #7ECE4B: hue angle of 96.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7ECE4B is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 206 | 75 | - |
| CMYK | 0.39 | 0 | 0.64 | 0.19 |
| HSL | 96.64º | 0.57% | 0.55% | - |
| HSV(B) | 96.64º | 0.64% | 0.81% | - |
| XYZ | 31.95 | 49.09 | 14.45 | - |
| YUV | 167.15 | 76 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 206 | 75 | 0.39 | 0 | 0.64 | 0.19 | 96.64 | 0.57 | 0.55 |
| Hex | 7E | CE | 4B | 27 | 0 | 40 | 13 | 61 | 39 | 37 |
| Octal | 176 | 316 | 113 | 47 | 0 | 100 | 23 | 141 | 71 | 67 |
| Binary | 1111110 | 11001110 | 1001011 | 100111 | 0 | 1000000 | 10011 | 1100001 | 111001 | 110111 |
Color Harmonies of #7ECE4B
Complementary color
Monochromatic Colors of #7ECE4B
Black with #7ECE4B
Text Example
Text Example
White with #7ECE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECE4B; }
p { color: rgb(126,206,75); }
H1.HeaderClassName
{
color: #7ECE4B;
}
.AnyTagClassName
{
color: #7ECE4B;
}
</style>
background-color css
<style>
a { background-color: #7ECE4B; }
a { background-color: rgb(126,206,75); }
div.DivClassName
{
background-color: #7ECE4B;
}
.BgClassName
{
background-color: #7ECE4B;
}
</style>
border-color css
<style>
span { border-color: #7ECE4B; }
span { border-color: rgb(126,206,75); }
td.TdClassName
{
border-color: #7ECE4B;
}
.TagClassName
{
border-color: #7ECE4B;
}
</style>