Shades of Mantis #7CCB46
Tints of Mantis #7CCB46
RGB
CMYK
RGB Variations
Color information
#7CCB46 (or 0x7CCB46) is known color: Mantis. HEX triplet: 7C, CB and 46. RGB value is (124,203,70). Sum of RGB (Red+Green+Blue) = 124+203+70=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCB46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCB46 is #8334B9. Grayscale: #A4A4A4. Windows color (decimal): -8598714 or 4639612. OLE color: 4639612.
HSL color Cylindrical-coordinate representation of color #7CCB46: hue angle of 95.64º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7CCB46 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 203 | 70 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.20 |
| HSL | 95.64º | 0.56% | 0.54% | - |
| HSV(B) | 95.64º | 0.66% | 0.8% | - |
| XYZ | 30.77 | 47.44 | 13.33 | - |
| YUV | 164.22 | 74.83 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 203 | 70 | 0.39 | 0 | 0.66 | 0.20 | 95.64 | 0.56 | 0.54 |
| Hex | 7C | CB | 46 | 27 | 0 | 42 | 14 | 60 | 38 | 36 |
| Octal | 174 | 313 | 106 | 47 | 0 | 102 | 24 | 140 | 70 | 66 |
| Binary | 1111100 | 11001011 | 1000110 | 100111 | 0 | 1000010 | 10100 | 1100000 | 111000 | 110110 |
Color Harmonies of #7CCB46
Complementary color
Monochromatic Colors of #7CCB46
Black with #7CCB46
Text Example
Text Example
White with #7CCB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCB46; }
p { color: rgb(124,203,70); }
H1.HeaderClassName
{
color: #7CCB46;
}
.AnyTagClassName
{
color: #7CCB46;
}
</style>
background-color css
<style>
a { background-color: #7CCB46; }
a { background-color: rgb(124,203,70); }
div.DivClassName
{
background-color: #7CCB46;
}
.BgClassName
{
background-color: #7CCB46;
}
</style>
border-color css
<style>
span { border-color: #7CCB46; }
span { border-color: rgb(124,203,70); }
td.TdClassName
{
border-color: #7CCB46;
}
.TagClassName
{
border-color: #7CCB46;
}
</style>