Shades of Mantis #7BCB48
Tints of Mantis #7BCB48
RGB
CMYK
RGB Variations
Color information
#7BCB48 (or 0x7BCB48) is known color: Mantis. HEX triplet: 7B, CB and 48. RGB value is (123,203,72). Sum of RGB (Red+Green+Blue) = 123+203+72=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 203 (79.69% from 255 or 51.01% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCB48 is #8434B7. Grayscale: #A4A4A4. Windows color (decimal): -8664248 or 4770683. OLE color: 4770683.
HSL color Cylindrical-coordinate representation of color #7BCB48: hue angle of 96.64º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7BCB48 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 72 | - |
| CMYK | 0.39 | 0 | 0.65 | 0.20 |
| HSL | 96.64º | 0.56% | 0.54% | - |
| HSV(B) | 96.64º | 0.65% | 0.8% | - |
| XYZ | 30.69 | 47.39 | 13.66 | - |
| YUV | 164.15 | 76 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 72 | 0.39 | 0 | 0.65 | 0.20 | 96.64 | 0.56 | 0.54 |
| Hex | 7B | CB | 48 | 27 | 0 | 41 | 14 | 61 | 38 | 36 |
| Octal | 173 | 313 | 110 | 47 | 0 | 101 | 24 | 141 | 70 | 66 |
| Binary | 1111011 | 11001011 | 1001000 | 100111 | 0 | 1000001 | 10100 | 1100001 | 111000 | 110110 |
Color Harmonies of #7BCB48
Complementary color
Monochromatic Colors of #7BCB48
Black with #7BCB48
Text Example
Text Example
White with #7BCB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCB48; }
p { color: rgb(123,203,72); }
H1.HeaderClassName
{
color: #7BCB48;
}
.AnyTagClassName
{
color: #7BCB48;
}
</style>
background-color css
<style>
a { background-color: #7BCB48; }
a { background-color: rgb(123,203,72); }
div.DivClassName
{
background-color: #7BCB48;
}
.BgClassName
{
background-color: #7BCB48;
}
</style>
border-color css
<style>
span { border-color: #7BCB48; }
span { border-color: rgb(123,203,72); }
td.TdClassName
{
border-color: #7BCB48;
}
.TagClassName
{
border-color: #7BCB48;
}
</style>