Shades of Mantis #7BEC48
Tints of Mantis #7BEC48
RGB
CMYK
RGB Variations
Color information
#7BEC48 (or 0x7BEC48) is known color: Mantis. HEX triplet: 7B, EC and 48. RGB value is (123,236,72). Sum of RGB (Red+Green+Blue) = 123+236+72=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 236 (92.58% from 255 or 54.76% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 236 - color contains mainly: green. Hex color #7BEC48 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7BEC48 is #8413B7. Grayscale: #B8B8B8. Windows color (decimal): -8655800 or 4779131. OLE color: 4779131.
HSL color Cylindrical-coordinate representation of color #7BEC48: hue angle of 101.34º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7BEC48 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 236 | 72 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.07 |
| HSL | 101.34º | 0.81% | 0.6% | - |
| HSV(B) | 101.34º | 0.69% | 0.93% | - |
| XYZ | 39.33 | 64.67 | 16.54 | - |
| YUV | 183.52 | 65.06 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 236 | 72 | 0.48 | 0 | 0.69 | 0.07 | 101.34 | 0.81 | 0.6 |
| Hex | 7B | EC | 48 | 30 | 0 | 45 | 7 | 65 | 51 | 3C |
| Octal | 173 | 354 | 110 | 60 | 0 | 105 | 7 | 145 | 121 | 74 |
| Binary | 1111011 | 11101100 | 1001000 | 110000 | 0 | 1000101 | 111 | 1100101 | 1010001 | 111100 |
Color Harmonies of #7BEC48
Complementary color
Monochromatic Colors of #7BEC48
Black with #7BEC48
Text Example
Text Example
White with #7BEC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEC48; }
p { color: rgb(123,236,72); }
H1.HeaderClassName
{
color: #7BEC48;
}
.AnyTagClassName
{
color: #7BEC48;
}
</style>
background-color css
<style>
a { background-color: #7BEC48; }
a { background-color: rgb(123,236,72); }
div.DivClassName
{
background-color: #7BEC48;
}
.BgClassName
{
background-color: #7BEC48;
}
</style>
border-color css
<style>
span { border-color: #7BEC48; }
span { border-color: rgb(123,236,72); }
td.TdClassName
{
border-color: #7BEC48;
}
.TagClassName
{
border-color: #7BEC48;
}
</style>