Shades of Mantis #7BCB45
Tints of Mantis #7BCB45
RGB
CMYK
RGB Variations
Color information
#7BCB45 (or 0x7BCB45) is known color: Mantis. HEX triplet: 7B, CB and 45. RGB value is (123,203,69). Sum of RGB (Red+Green+Blue) = 123+203+69=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCB45 is #8434BA. Grayscale: #A4A4A4. Windows color (decimal): -8664251 or 4574075. OLE color: 4574075.
HSL color Cylindrical-coordinate representation of color #7BCB45: hue angle of 95.82º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7BCB45 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 69 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.20 |
| HSL | 95.82º | 0.56% | 0.53% | - |
| HSV(B) | 95.82º | 0.66% | 0.8% | - |
| XYZ | 30.6 | 47.35 | 13.16 | - |
| YUV | 163.8 | 74.5 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 69 | 0.39 | 0 | 0.66 | 0.20 | 95.82 | 0.56 | 0.53 |
| Hex | 7B | CB | 45 | 27 | 0 | 42 | 14 | 60 | 38 | 35 |
| Octal | 173 | 313 | 105 | 47 | 0 | 102 | 24 | 140 | 70 | 65 |
| Binary | 1111011 | 11001011 | 1000101 | 100111 | 0 | 1000010 | 10100 | 1100000 | 111000 | 110101 |
Color Harmonies of #7BCB45
Complementary color
Monochromatic Colors of #7BCB45
Black with #7BCB45
Text Example
Text Example
White with #7BCB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCB45; }
p { color: rgb(123,203,69); }
H1.HeaderClassName
{
color: #7BCB45;
}
.AnyTagClassName
{
color: #7BCB45;
}
</style>
background-color css
<style>
a { background-color: #7BCB45; }
a { background-color: rgb(123,203,69); }
div.DivClassName
{
background-color: #7BCB45;
}
.BgClassName
{
background-color: #7BCB45;
}
</style>
border-color css
<style>
span { border-color: #7BCB45; }
span { border-color: rgb(123,203,69); }
td.TdClassName
{
border-color: #7BCB45;
}
.TagClassName
{
border-color: #7BCB45;
}
</style>