Shades of Mantis #7CC83B
Tints of Mantis #7CC83B
RGB
CMYK
RGB Variations
Color information
#7CC83B (or 0x7CC83B) is known color: Mantis. HEX triplet: 7C, C8 and 3B. RGB value is (124,200,59). Sum of RGB (Red+Green+Blue) = 124+200+59=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 200 (78.52% from 255 or 52.22% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC83B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC83B is #8337C4. Grayscale: #A1A1A1. Windows color (decimal): -8599493 or 3917948. OLE color: 3917948.
HSL color Cylindrical-coordinate representation of color #7CC83B: hue angle of 92.34º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7CC83B is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 200 | 59 | - |
| CMYK | 0.38 | 0 | 0.70 | 0.22 |
| HSL | 92.34º | 0.56% | 0.51% | - |
| HSV(B) | 92.34º | 0.71% | 0.78% | - |
| XYZ | 29.76 | 45.91 | 11.43 | - |
| YUV | 161.2 | 70.32 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 200 | 59 | 0.38 | 0 | 0.70 | 0.22 | 92.34 | 0.56 | 0.51 |
| Hex | 7C | C8 | 3B | 26 | 0 | 46 | 16 | 5C | 38 | 33 |
| Octal | 174 | 310 | 73 | 46 | 0 | 106 | 26 | 134 | 70 | 63 |
| Binary | 1111100 | 11001000 | 111011 | 100110 | 0 | 1000110 | 10110 | 1011100 | 111000 | 110011 |
Color Harmonies of #7CC83B
Complementary color
Monochromatic Colors of #7CC83B
Black with #7CC83B
Text Example
Text Example
White with #7CC83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC83B; }
p { color: rgb(124,200,59); }
H1.HeaderClassName
{
color: #7CC83B;
}
.AnyTagClassName
{
color: #7CC83B;
}
</style>
background-color css
<style>
a { background-color: #7CC83B; }
a { background-color: rgb(124,200,59); }
div.DivClassName
{
background-color: #7CC83B;
}
.BgClassName
{
background-color: #7CC83B;
}
</style>
border-color css
<style>
span { border-color: #7CC83B; }
span { border-color: rgb(124,200,59); }
td.TdClassName
{
border-color: #7CC83B;
}
.TagClassName
{
border-color: #7CC83B;
}
</style>