Shades of Mantis #7CC85D
Tints of Mantis #7CC85D
RGB
CMYK
RGB Variations
Color information
#7CC85D (or 0x7CC85D) is known color: Mantis. HEX triplet: 7C, C8 and 5D. RGB value is (124,200,93). Sum of RGB (Red+Green+Blue) = 124+200+93=417 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.74% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC85D is #8337A2. Grayscale: #A5A5A5. Windows color (decimal): -8599459 or 6146172. OLE color: 6146172.
HSL color Cylindrical-coordinate representation of color #7CC85D: hue angle of 102.62º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7CC85D is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 200 | 93 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.22 |
| HSL | 102.62º | 0.49% | 0.57% | - |
| HSV(B) | 102.62º | 0.54% | 0.78% | - |
| XYZ | 30.94 | 46.38 | 17.68 | - |
| YUV | 165.08 | 87.32 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 200 | 93 | 0.38 | 0 | 0.54 | 0.22 | 102.62 | 0.49 | 0.57 |
| Hex | 7C | C8 | 5D | 26 | 0 | 36 | 16 | 67 | 31 | 39 |
| Octal | 174 | 310 | 135 | 46 | 0 | 66 | 26 | 147 | 61 | 71 |
| Binary | 1111100 | 11001000 | 1011101 | 100110 | 0 | 110110 | 10110 | 1100111 | 110001 | 111001 |
Color Harmonies of #7CC85D
Complementary color
Monochromatic Colors of #7CC85D
Black with #7CC85D
Text Example
Text Example
White with #7CC85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC85D; }
p { color: rgb(124,200,93); }
H1.HeaderClassName
{
color: #7CC85D;
}
.AnyTagClassName
{
color: #7CC85D;
}
</style>
background-color css
<style>
a { background-color: #7CC85D; }
a { background-color: rgb(124,200,93); }
div.DivClassName
{
background-color: #7CC85D;
}
.BgClassName
{
background-color: #7CC85D;
}
</style>
border-color css
<style>
span { border-color: #7CC85D; }
span { border-color: rgb(124,200,93); }
td.TdClassName
{
border-color: #7CC85D;
}
.TagClassName
{
border-color: #7CC85D;
}
</style>