Shades of Mantis #7CCB5A
Tints of Mantis #7CCB5A
RGB
CMYK
RGB Variations
Color information
#7CCB5A (or 0x7CCB5A) is known color: Mantis. HEX triplet: 7C, CB and 5A. RGB value is (124,203,90). Sum of RGB (Red+Green+Blue) = 124+203+90=417 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.74% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCB5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCB5A is #8334A5. Grayscale: #A6A6A6. Windows color (decimal): -8598694 or 5950332. OLE color: 5950332.
HSL color Cylindrical-coordinate representation of color #7CCB5A: hue angle of 101.95º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7CCB5A is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 203 | 90 | - |
| CMYK | 0.39 | 0 | 0.56 | 0.20 |
| HSL | 101.95º | 0.52% | 0.57% | - |
| HSV(B) | 101.95º | 0.56% | 0.8% | - |
| XYZ | 31.51 | 47.74 | 17.23 | - |
| YUV | 166.5 | 84.83 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 203 | 90 | 0.39 | 0 | 0.56 | 0.20 | 101.95 | 0.52 | 0.57 |
| Hex | 7C | CB | 5A | 27 | 0 | 38 | 14 | 66 | 34 | 39 |
| Octal | 174 | 313 | 132 | 47 | 0 | 70 | 24 | 146 | 64 | 71 |
| Binary | 1111100 | 11001011 | 1011010 | 100111 | 0 | 111000 | 10100 | 1100110 | 110100 | 111001 |
Color Harmonies of #7CCB5A
Complementary color
Monochromatic Colors of #7CCB5A
Black with #7CCB5A
Text Example
Text Example
White with #7CCB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCB5A; }
p { color: rgb(124,203,90); }
H1.HeaderClassName
{
color: #7CCB5A;
}
.AnyTagClassName
{
color: #7CCB5A;
}
</style>
background-color css
<style>
a { background-color: #7CCB5A; }
a { background-color: rgb(124,203,90); }
div.DivClassName
{
background-color: #7CCB5A;
}
.BgClassName
{
background-color: #7CCB5A;
}
</style>
border-color css
<style>
span { border-color: #7CCB5A; }
span { border-color: rgb(124,203,90); }
td.TdClassName
{
border-color: #7CCB5A;
}
.TagClassName
{
border-color: #7CCB5A;
}
</style>