Shades of Mantis #7CBF70
Tints of Mantis #7CBF70
RGB
CMYK
RGB Variations
Color information
#7CBF70 (or 0x7CBF70) is known color: Mantis. HEX triplet: 7C, BF and 70. RGB value is (124,191,112). Sum of RGB (Red+Green+Blue) = 124+191+112=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBF70 is #83408F. Grayscale: #A2A2A2. Windows color (decimal): -8601744 or 7389052. OLE color: 7389052.
HSL color Cylindrical-coordinate representation of color #7CBF70: hue angle of 110.89º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CBF70 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 191 | 112 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.25 |
| HSL | 110.89º | 0.38% | 0.59% | - |
| HSV(B) | 110.89º | 0.41% | 0.75% | - |
| XYZ | 29.87 | 42.72 | 22 | - |
| YUV | 161.96 | 99.8 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 191 | 112 | 0.35 | 0 | 0.41 | 0.25 | 110.89 | 0.38 | 0.59 |
| Hex | 7C | BF | 70 | 23 | 0 | 29 | 19 | 6F | 26 | 3B |
| Octal | 174 | 277 | 160 | 43 | 0 | 51 | 31 | 157 | 46 | 73 |
| Binary | 1111100 | 10111111 | 1110000 | 100011 | 0 | 101001 | 11001 | 1101111 | 100110 | 111011 |
Color Harmonies of #7CBF70
Complementary color
Monochromatic Colors of #7CBF70
Black with #7CBF70
Text Example
Text Example
White with #7CBF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBF70; }
p { color: rgb(124,191,112); }
H1.HeaderClassName
{
color: #7CBF70;
}
.AnyTagClassName
{
color: #7CBF70;
}
</style>
background-color css
<style>
a { background-color: #7CBF70; }
a { background-color: rgb(124,191,112); }
div.DivClassName
{
background-color: #7CBF70;
}
.BgClassName
{
background-color: #7CBF70;
}
</style>
border-color css
<style>
span { border-color: #7CBF70; }
span { border-color: rgb(124,191,112); }
td.TdClassName
{
border-color: #7CBF70;
}
.TagClassName
{
border-color: #7CBF70;
}
</style>