Shades of Mantis #7BCB53
Tints of Mantis #7BCB53
RGB
CMYK
RGB Variations
Color information
#7BCB53 (or 0x7BCB53) is known color: Mantis. HEX triplet: 7B, CB and 53. RGB value is (123,203,83). Sum of RGB (Red+Green+Blue) = 123+203+83=409 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.07% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCB53 is #8434AC. Grayscale: #A5A5A5. Windows color (decimal): -8664237 or 5491579. OLE color: 5491579.
HSL color Cylindrical-coordinate representation of color #7BCB53: hue angle of 100º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7BCB53 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 83 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.20 |
| HSL | 100º | 0.54% | 0.56% | - |
| HSV(B) | 100º | 0.59% | 0.8% | - |
| XYZ | 31.09 | 47.55 | 15.72 | - |
| YUV | 165.4 | 81.5 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 83 | 0.39 | 0 | 0.59 | 0.20 | 100 | 0.54 | 0.56 |
| Hex | 7B | CB | 53 | 27 | 0 | 3B | 14 | 64 | 36 | 38 |
| Octal | 173 | 313 | 123 | 47 | 0 | 73 | 24 | 144 | 66 | 70 |
| Binary | 1111011 | 11001011 | 1010011 | 100111 | 0 | 111011 | 10100 | 1100100 | 110110 | 111000 |
Color Harmonies of #7BCB53
Complementary color
Monochromatic Colors of #7BCB53
Black with #7BCB53
Text Example
Text Example
White with #7BCB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCB53; }
p { color: rgb(123,203,83); }
H1.HeaderClassName
{
color: #7BCB53;
}
.AnyTagClassName
{
color: #7BCB53;
}
</style>
background-color css
<style>
a { background-color: #7BCB53; }
a { background-color: rgb(123,203,83); }
div.DivClassName
{
background-color: #7BCB53;
}
.BgClassName
{
background-color: #7BCB53;
}
</style>
border-color css
<style>
span { border-color: #7BCB53; }
span { border-color: rgb(123,203,83); }
td.TdClassName
{
border-color: #7BCB53;
}
.TagClassName
{
border-color: #7BCB53;
}
</style>