Shades of Mantis #7CCB51
Tints of Mantis #7CCB51
RGB
CMYK
RGB Variations
Color information
#7CCB51 (or 0x7CCB51) is known color: Mantis. HEX triplet: 7C, CB and 51. RGB value is (124,203,81). Sum of RGB (Red+Green+Blue) = 124+203+81=408 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.39% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCB51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCB51 is #8334AE. Grayscale: #A5A5A5. Windows color (decimal): -8598703 or 5360508. OLE color: 5360508.
HSL color Cylindrical-coordinate representation of color #7CCB51: hue angle of 98.85º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7CCB51 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 203 | 81 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.20 |
| HSL | 98.85º | 0.54% | 0.56% | - |
| HSV(B) | 98.85º | 0.6% | 0.8% | - |
| XYZ | 31.15 | 47.59 | 15.33 | - |
| YUV | 165.47 | 80.33 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 203 | 81 | 0.39 | 0 | 0.60 | 0.20 | 98.85 | 0.54 | 0.56 |
| Hex | 7C | CB | 51 | 27 | 0 | 3C | 14 | 63 | 36 | 38 |
| Octal | 174 | 313 | 121 | 47 | 0 | 74 | 24 | 143 | 66 | 70 |
| Binary | 1111100 | 11001011 | 1010001 | 100111 | 0 | 111100 | 10100 | 1100011 | 110110 | 111000 |
Color Harmonies of #7CCB51
Complementary color
Monochromatic Colors of #7CCB51
Black with #7CCB51
Text Example
Text Example
White with #7CCB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCB51; }
p { color: rgb(124,203,81); }
H1.HeaderClassName
{
color: #7CCB51;
}
.AnyTagClassName
{
color: #7CCB51;
}
</style>
background-color css
<style>
a { background-color: #7CCB51; }
a { background-color: rgb(124,203,81); }
div.DivClassName
{
background-color: #7CCB51;
}
.BgClassName
{
background-color: #7CCB51;
}
</style>
border-color css
<style>
span { border-color: #7CCB51; }
span { border-color: rgb(124,203,81); }
td.TdClassName
{
border-color: #7CCB51;
}
.TagClassName
{
border-color: #7CCB51;
}
</style>