Shades of Mantis #7BCB40
Tints of Mantis #7BCB40
RGB
CMYK
RGB Variations
Color information
#7BCB40 (or 0x7BCB40) is known color: Mantis. HEX triplet: 7B, CB and 40. RGB value is (123,203,64). Sum of RGB (Red+Green+Blue) = 123+203+64=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 203 (79.69% from 255 or 52.05% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCB40 is #8434BF. Grayscale: #A3A3A3. Windows color (decimal): -8664256 or 4246395. OLE color: 4246395.
HSL color Cylindrical-coordinate representation of color #7BCB40: hue angle of 94.53º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7BCB40 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 64 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.20 |
| HSL | 94.53º | 0.57% | 0.52% | - |
| HSV(B) | 94.53º | 0.68% | 0.8% | - |
| XYZ | 30.45 | 47.29 | 12.37 | - |
| YUV | 163.23 | 72 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 64 | 0.39 | 0 | 0.68 | 0.20 | 94.53 | 0.57 | 0.52 |
| Hex | 7B | CB | 40 | 27 | 0 | 44 | 14 | 5F | 39 | 34 |
| Octal | 173 | 313 | 100 | 47 | 0 | 104 | 24 | 137 | 71 | 64 |
| Binary | 1111011 | 11001011 | 1000000 | 100111 | 0 | 1000100 | 10100 | 1011111 | 111001 | 110100 |
Color Harmonies of #7BCB40
Complementary color
Monochromatic Colors of #7BCB40
Black with #7BCB40
Text Example
Text Example
White with #7BCB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCB40; }
p { color: rgb(123,203,64); }
H1.HeaderClassName
{
color: #7BCB40;
}
.AnyTagClassName
{
color: #7BCB40;
}
</style>
background-color css
<style>
a { background-color: #7BCB40; }
a { background-color: rgb(123,203,64); }
div.DivClassName
{
background-color: #7BCB40;
}
.BgClassName
{
background-color: #7BCB40;
}
</style>
border-color css
<style>
span { border-color: #7BCB40; }
span { border-color: rgb(123,203,64); }
td.TdClassName
{
border-color: #7BCB40;
}
.TagClassName
{
border-color: #7BCB40;
}
</style>