Shades of Mantis #7BCC41
Tints of Mantis #7BCC41
RGB
CMYK
RGB Variations
Color information
#7BCC41 (or 0x7BCC41) is known color: Mantis. HEX triplet: 7B, CC and 41. RGB value is (123,204,65). Sum of RGB (Red+Green+Blue) = 123+204+65=392 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.38% from 392); Green value is 204 (80.08% from 255 or 52.04% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCC41 is #8433BE. Grayscale: #A4A4A4. Windows color (decimal): -8663999 or 4312187. OLE color: 4312187.
HSL color Cylindrical-coordinate representation of color #7BCC41: hue angle of 94.96º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7BCC41 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 204 | 65 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.2 |
| HSL | 94.96º | 0.58% | 0.53% | - |
| HSV(B) | 94.96º | 0.68% | 0.8% | - |
| XYZ | 30.72 | 47.78 | 12.6 | - |
| YUV | 163.94 | 72.16 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 65 | 0.40 | 0 | 0.68 | 0.2 | 94.96 | 0.58 | 0.53 |
| Hex | 7B | CC | 41 | 28 | 0 | 44 | 14 | 5F | 3A | 35 |
| Octal | 173 | 314 | 101 | 50 | 0 | 104 | 24 | 137 | 72 | 65 |
| Binary | 1111011 | 11001100 | 1000001 | 101000 | 0 | 1000100 | 10100 | 1011111 | 111010 | 110101 |
Color Harmonies of #7BCC41
Complementary color
Monochromatic Colors of #7BCC41
Black with #7BCC41
Text Example
Text Example
White with #7BCC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCC41; }
p { color: rgb(123,204,65); }
H1.HeaderClassName
{
color: #7BCC41;
}
.AnyTagClassName
{
color: #7BCC41;
}
</style>
background-color css
<style>
a { background-color: #7BCC41; }
a { background-color: rgb(123,204,65); }
div.DivClassName
{
background-color: #7BCC41;
}
.BgClassName
{
background-color: #7BCC41;
}
</style>
border-color css
<style>
span { border-color: #7BCC41; }
span { border-color: rgb(123,204,65); }
td.TdClassName
{
border-color: #7BCC41;
}
.TagClassName
{
border-color: #7BCC41;
}
</style>