Shades of Mantis #7CC63D
Tints of Mantis #7CC63D
RGB
CMYK
RGB Variations
Color information
#7CC63D (or 0x7CC63D) is known color: Mantis. HEX triplet: 7C, C6 and 3D. RGB value is (124,198,61). Sum of RGB (Red+Green+Blue) = 124+198+61=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 198 (77.73% from 255 or 51.70% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 198 - color contains mainly: green. Hex color #7CC63D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC63D is #8339C2. Grayscale: #A0A0A0. Windows color (decimal): -8600003 or 4048508. OLE color: 4048508.
HSL color Cylindrical-coordinate representation of color #7CC63D: hue angle of 92.41º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7CC63D is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 198 | 61 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.22 |
| HSL | 92.41º | 0.55% | 0.51% | - |
| HSV(B) | 92.41º | 0.69% | 0.78% | - |
| XYZ | 29.35 | 45.01 | 11.56 | - |
| YUV | 160.26 | 71.98 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 198 | 61 | 0.37 | 0 | 0.69 | 0.22 | 92.41 | 0.55 | 0.51 |
| Hex | 7C | C6 | 3D | 25 | 0 | 45 | 16 | 5C | 37 | 33 |
| Octal | 174 | 306 | 75 | 45 | 0 | 105 | 26 | 134 | 67 | 63 |
| Binary | 1111100 | 11000110 | 111101 | 100101 | 0 | 1000101 | 10110 | 1011100 | 110111 | 110011 |
Color Harmonies of #7CC63D
Complementary color
Monochromatic Colors of #7CC63D
Black with #7CC63D
Text Example
Text Example
White with #7CC63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC63D; }
p { color: rgb(124,198,61); }
H1.HeaderClassName
{
color: #7CC63D;
}
.AnyTagClassName
{
color: #7CC63D;
}
</style>
background-color css
<style>
a { background-color: #7CC63D; }
a { background-color: rgb(124,198,61); }
div.DivClassName
{
background-color: #7CC63D;
}
.BgClassName
{
background-color: #7CC63D;
}
</style>
border-color css
<style>
span { border-color: #7CC63D; }
span { border-color: rgb(124,198,61); }
td.TdClassName
{
border-color: #7CC63D;
}
.TagClassName
{
border-color: #7CC63D;
}
</style>