Shades of Mantis #7BBE41
Tints of Mantis #7BBE41
RGB
CMYK
RGB Variations
Color information
#7BBE41 (or 0x7BBE41) is known color: Mantis. HEX triplet: 7B, BE and 41. RGB value is (123,190,65). Sum of RGB (Red+Green+Blue) = 123+190+65=378 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.54% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBE41 is #8441BE. Grayscale: #9C9C9C. Windows color (decimal): -8667583 or 4308603. OLE color: 4308603.
HSL color Cylindrical-coordinate representation of color #7BBE41: hue angle of 92.16º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7BBE41 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 65 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.25 |
| HSL | 92.16º | 0.49% | 0.5% | - |
| HSV(B) | 92.16º | 0.66% | 0.75% | - |
| XYZ | 27.54 | 41.42 | 11.54 | - |
| YUV | 155.72 | 76.8 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 65 | 0.35 | 0 | 0.66 | 0.25 | 92.16 | 0.49 | 0.5 |
| Hex | 7B | BE | 41 | 23 | 0 | 42 | 19 | 5C | 31 | 32 |
| Octal | 173 | 276 | 101 | 43 | 0 | 102 | 31 | 134 | 61 | 62 |
| Binary | 1111011 | 10111110 | 1000001 | 100011 | 0 | 1000010 | 11001 | 1011100 | 110001 | 110010 |
Color Harmonies of #7BBE41
Complementary color
Monochromatic Colors of #7BBE41
Black with #7BBE41
Text Example
Text Example
White with #7BBE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBE41; }
p { color: rgb(123,190,65); }
H1.HeaderClassName
{
color: #7BBE41;
}
.AnyTagClassName
{
color: #7BBE41;
}
</style>
background-color css
<style>
a { background-color: #7BBE41; }
a { background-color: rgb(123,190,65); }
div.DivClassName
{
background-color: #7BBE41;
}
.BgClassName
{
background-color: #7BBE41;
}
</style>
border-color css
<style>
span { border-color: #7BBE41; }
span { border-color: rgb(123,190,65); }
td.TdClassName
{
border-color: #7BBE41;
}
.TagClassName
{
border-color: #7BBE41;
}
</style>