Shades of Mantis #7BCB58
Tints of Mantis #7BCB58
RGB
CMYK
RGB Variations
Color information
#7BCB58 (or 0x7BCB58) is known color: Mantis. HEX triplet: 7B, CB and 58. RGB value is (123,203,88). Sum of RGB (Red+Green+Blue) = 123+203+88=414 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.71% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCB58 is #8434A7. Grayscale: #A6A6A6. Windows color (decimal): -8664232 or 5819259. OLE color: 5819259.
HSL color Cylindrical-coordinate representation of color #7BCB58: hue angle of 101.74º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7BCB58 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 88 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.20 |
| HSL | 101.74º | 0.53% | 0.57% | - |
| HSV(B) | 101.74º | 0.57% | 0.8% | - |
| XYZ | 31.29 | 47.63 | 16.78 | - |
| YUV | 165.97 | 84 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 88 | 0.39 | 0 | 0.57 | 0.20 | 101.74 | 0.53 | 0.57 |
| Hex | 7B | CB | 58 | 27 | 0 | 39 | 14 | 66 | 35 | 39 |
| Octal | 173 | 313 | 130 | 47 | 0 | 71 | 24 | 146 | 65 | 71 |
| Binary | 1111011 | 11001011 | 1011000 | 100111 | 0 | 111001 | 10100 | 1100110 | 110101 | 111001 |
Color Harmonies of #7BCB58
Complementary color
Monochromatic Colors of #7BCB58
Black with #7BCB58
Text Example
Text Example
White with #7BCB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCB58; }
p { color: rgb(123,203,88); }
H1.HeaderClassName
{
color: #7BCB58;
}
.AnyTagClassName
{
color: #7BCB58;
}
</style>
background-color css
<style>
a { background-color: #7BCB58; }
a { background-color: rgb(123,203,88); }
div.DivClassName
{
background-color: #7BCB58;
}
.BgClassName
{
background-color: #7BCB58;
}
</style>
border-color css
<style>
span { border-color: #7BCB58; }
span { border-color: rgb(123,203,88); }
td.TdClassName
{
border-color: #7BCB58;
}
.TagClassName
{
border-color: #7BCB58;
}
</style>