Shades of Mantis #7CCB5C
Tints of Mantis #7CCB5C
RGB
CMYK
RGB Variations
Color information
#7CCB5C (or 0x7CCB5C) is known color: Mantis. HEX triplet: 7C, CB and 5C. RGB value is (124,203,92). Sum of RGB (Red+Green+Blue) = 124+203+92=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCB5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCB5C is #8334A3. Grayscale: #A7A7A7. Windows color (decimal): -8598692 or 6081404. OLE color: 6081404.
HSL color Cylindrical-coordinate representation of color #7CCB5C: hue angle of 102.7º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CCB5C is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 203 | 92 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.20 |
| HSL | 102.7º | 0.52% | 0.58% | - |
| HSV(B) | 102.7º | 0.55% | 0.8% | - |
| XYZ | 31.6 | 47.77 | 17.68 | - |
| YUV | 166.73 | 85.83 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 203 | 92 | 0.39 | 0 | 0.55 | 0.20 | 102.7 | 0.52 | 0.58 |
| Hex | 7C | CB | 5C | 27 | 0 | 37 | 14 | 67 | 34 | 3A |
| Octal | 174 | 313 | 134 | 47 | 0 | 67 | 24 | 147 | 64 | 72 |
| Binary | 1111100 | 11001011 | 1011100 | 100111 | 0 | 110111 | 10100 | 1100111 | 110100 | 111010 |
Color Harmonies of #7CCB5C
Complementary color
Monochromatic Colors of #7CCB5C
Black with #7CCB5C
Text Example
Text Example
White with #7CCB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCB5C; }
p { color: rgb(124,203,92); }
H1.HeaderClassName
{
color: #7CCB5C;
}
.AnyTagClassName
{
color: #7CCB5C;
}
</style>
background-color css
<style>
a { background-color: #7CCB5C; }
a { background-color: rgb(124,203,92); }
div.DivClassName
{
background-color: #7CCB5C;
}
.BgClassName
{
background-color: #7CCB5C;
}
</style>
border-color css
<style>
span { border-color: #7CCB5C; }
span { border-color: rgb(124,203,92); }
td.TdClassName
{
border-color: #7CCB5C;
}
.TagClassName
{
border-color: #7CCB5C;
}
</style>