Shades of Mantis #7CC25A
Tints of Mantis #7CC25A
RGB
CMYK
RGB Variations
Color information
#7CC25A (or 0x7CC25A) is known color: Mantis. HEX triplet: 7C, C2 and 5A. RGB value is (124,194,90). Sum of RGB (Red+Green+Blue) = 124+194+90=408 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.39% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC25A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC25A is #833DA5. Grayscale: #A1A1A1. Windows color (decimal): -8600998 or 5948028. OLE color: 5948028.
HSL color Cylindrical-coordinate representation of color #7CC25A: hue angle of 100.38º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7CC25A is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 194 | 90 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.24 |
| HSL | 100.38º | 0.46% | 0.56% | - |
| HSV(B) | 100.38º | 0.54% | 0.76% | - |
| XYZ | 29.45 | 43.61 | 16.54 | - |
| YUV | 161.21 | 87.81 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 194 | 90 | 0.36 | 0 | 0.54 | 0.24 | 100.38 | 0.46 | 0.56 |
| Hex | 7C | C2 | 5A | 24 | 0 | 36 | 18 | 64 | 2E | 38 |
| Octal | 174 | 302 | 132 | 44 | 0 | 66 | 30 | 144 | 56 | 70 |
| Binary | 1111100 | 11000010 | 1011010 | 100100 | 0 | 110110 | 11000 | 1100100 | 101110 | 111000 |
Color Harmonies of #7CC25A
Complementary color
Monochromatic Colors of #7CC25A
Black with #7CC25A
Text Example
Text Example
White with #7CC25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC25A; }
p { color: rgb(124,194,90); }
H1.HeaderClassName
{
color: #7CC25A;
}
.AnyTagClassName
{
color: #7CC25A;
}
</style>
background-color css
<style>
a { background-color: #7CC25A; }
a { background-color: rgb(124,194,90); }
div.DivClassName
{
background-color: #7CC25A;
}
.BgClassName
{
background-color: #7CC25A;
}
</style>
border-color css
<style>
span { border-color: #7CC25A; }
span { border-color: rgb(124,194,90); }
td.TdClassName
{
border-color: #7CC25A;
}
.TagClassName
{
border-color: #7CC25A;
}
</style>