Shades of Mantis #7CC13F
Tints of Mantis #7CC13F
RGB
CMYK
RGB Variations
Color information
#7CC13F (or 0x7CC13F) is known color: Mantis. HEX triplet: 7C, C1 and 3F. RGB value is (124,193,63). Sum of RGB (Red+Green+Blue) = 124+193+63=380 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.63% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC13F is #833EC0. Grayscale: #9E9E9E. Windows color (decimal): -8601281 or 4178300. OLE color: 4178300.
HSL color Cylindrical-coordinate representation of color #7CC13F: hue angle of 91.85º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7CC13F is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 193 | 63 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.24 |
| HSL | 91.85º | 0.51% | 0.5% | - |
| HSV(B) | 91.85º | 0.67% | 0.76% | - |
| XYZ | 28.28 | 42.78 | 11.47 | - |
| YUV | 157.55 | 74.64 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 193 | 63 | 0.36 | 0 | 0.67 | 0.24 | 91.85 | 0.51 | 0.5 |
| Hex | 7C | C1 | 3F | 24 | 0 | 43 | 18 | 5C | 33 | 32 |
| Octal | 174 | 301 | 77 | 44 | 0 | 103 | 30 | 134 | 63 | 62 |
| Binary | 1111100 | 11000001 | 111111 | 100100 | 0 | 1000011 | 11000 | 1011100 | 110011 | 110010 |
Color Harmonies of #7CC13F
Complementary color
Monochromatic Colors of #7CC13F
Black with #7CC13F
Text Example
Text Example
White with #7CC13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC13F; }
p { color: rgb(124,193,63); }
H1.HeaderClassName
{
color: #7CC13F;
}
.AnyTagClassName
{
color: #7CC13F;
}
</style>
background-color css
<style>
a { background-color: #7CC13F; }
a { background-color: rgb(124,193,63); }
div.DivClassName
{
background-color: #7CC13F;
}
.BgClassName
{
background-color: #7CC13F;
}
</style>
border-color css
<style>
span { border-color: #7CC13F; }
span { border-color: rgb(124,193,63); }
td.TdClassName
{
border-color: #7CC13F;
}
.TagClassName
{
border-color: #7CC13F;
}
</style>