Shades of Mantis #7CBF4A
Tints of Mantis #7CBF4A
RGB
CMYK
RGB Variations
Color information
#7CBF4A (or 0x7CBF4A) is known color: Mantis. HEX triplet: 7C, BF and 4A. RGB value is (124,191,74). Sum of RGB (Red+Green+Blue) = 124+191+74=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBF4A is #8340B5. Grayscale: #9E9E9E. Windows color (decimal): -8601782 or 4898684. OLE color: 4898684.
HSL color Cylindrical-coordinate representation of color #7CBF4A: hue angle of 94.36º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7CBF4A is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 191 | 74 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.25 |
| HSL | 94.36º | 0.48% | 0.52% | - |
| HSV(B) | 94.36º | 0.61% | 0.75% | - |
| XYZ | 28.18 | 42.04 | 13.11 | - |
| YUV | 157.63 | 80.8 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 191 | 74 | 0.35 | 0 | 0.61 | 0.25 | 94.36 | 0.48 | 0.52 |
| Hex | 7C | BF | 4A | 23 | 0 | 3D | 19 | 5E | 30 | 34 |
| Octal | 174 | 277 | 112 | 43 | 0 | 75 | 31 | 136 | 60 | 64 |
| Binary | 1111100 | 10111111 | 1001010 | 100011 | 0 | 111101 | 11001 | 1011110 | 110000 | 110100 |
Color Harmonies of #7CBF4A
Complementary color
Monochromatic Colors of #7CBF4A
Black with #7CBF4A
Text Example
Text Example
White with #7CBF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBF4A; }
p { color: rgb(124,191,74); }
H1.HeaderClassName
{
color: #7CBF4A;
}
.AnyTagClassName
{
color: #7CBF4A;
}
</style>
background-color css
<style>
a { background-color: #7CBF4A; }
a { background-color: rgb(124,191,74); }
div.DivClassName
{
background-color: #7CBF4A;
}
.BgClassName
{
background-color: #7CBF4A;
}
</style>
border-color css
<style>
span { border-color: #7CBF4A; }
span { border-color: rgb(124,191,74); }
td.TdClassName
{
border-color: #7CBF4A;
}
.TagClassName
{
border-color: #7CBF4A;
}
</style>