Shades of Mantis #7CBF62
Tints of Mantis #7CBF62
RGB
CMYK
RGB Variations
Color information
#7CBF62 (or 0x7CBF62) is known color: Mantis. HEX triplet: 7C, BF and 62. RGB value is (124,191,98). Sum of RGB (Red+Green+Blue) = 124+191+98=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBF62 is #83409D. Grayscale: #A0A0A0. Windows color (decimal): -8601758 or 6471548. OLE color: 6471548.
HSL color Cylindrical-coordinate representation of color #7CBF62: hue angle of 103.23º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CBF62 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 191 | 98 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.25 |
| HSL | 103.23º | 0.42% | 0.57% | - |
| HSV(B) | 103.23º | 0.49% | 0.75% | - |
| XYZ | 29.15 | 42.43 | 18.21 | - |
| YUV | 160.37 | 92.8 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 191 | 98 | 0.35 | 0 | 0.49 | 0.25 | 103.23 | 0.42 | 0.57 |
| Hex | 7C | BF | 62 | 23 | 0 | 31 | 19 | 67 | 2A | 39 |
| Octal | 174 | 277 | 142 | 43 | 0 | 61 | 31 | 147 | 52 | 71 |
| Binary | 1111100 | 10111111 | 1100010 | 100011 | 0 | 110001 | 11001 | 1100111 | 101010 | 111001 |
Color Harmonies of #7CBF62
Complementary color
Monochromatic Colors of #7CBF62
Black with #7CBF62
Text Example
Text Example
White with #7CBF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBF62; }
p { color: rgb(124,191,98); }
H1.HeaderClassName
{
color: #7CBF62;
}
.AnyTagClassName
{
color: #7CBF62;
}
</style>
background-color css
<style>
a { background-color: #7CBF62; }
a { background-color: rgb(124,191,98); }
div.DivClassName
{
background-color: #7CBF62;
}
.BgClassName
{
background-color: #7CBF62;
}
</style>
border-color css
<style>
span { border-color: #7CBF62; }
span { border-color: rgb(124,191,98); }
td.TdClassName
{
border-color: #7CBF62;
}
.TagClassName
{
border-color: #7CBF62;
}
</style>