Shades of Mantis #7BCB46
Tints of Mantis #7BCB46
RGB
CMYK
RGB Variations
Color information
#7BCB46 (or 0x7BCB46) is known color: Mantis. HEX triplet: 7B, CB and 46. RGB value is (123,203,70). Sum of RGB (Red+Green+Blue) = 123+203+70=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCB46 is #8434B9. Grayscale: #A4A4A4. Windows color (decimal): -8664250 or 4639611. OLE color: 4639611.
HSL color Cylindrical-coordinate representation of color #7BCB46: hue angle of 96.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7BCB46 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 70 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.20 |
| HSL | 96.09º | 0.56% | 0.54% | - |
| HSV(B) | 96.09º | 0.66% | 0.8% | - |
| XYZ | 30.63 | 47.37 | 13.32 | - |
| YUV | 163.92 | 75 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 70 | 0.39 | 0 | 0.66 | 0.20 | 96.09 | 0.56 | 0.54 |
| Hex | 7B | CB | 46 | 27 | 0 | 42 | 14 | 60 | 38 | 36 |
| Octal | 173 | 313 | 106 | 47 | 0 | 102 | 24 | 140 | 70 | 66 |
| Binary | 1111011 | 11001011 | 1000110 | 100111 | 0 | 1000010 | 10100 | 1100000 | 111000 | 110110 |
Color Harmonies of #7BCB46
Complementary color
Monochromatic Colors of #7BCB46
Black with #7BCB46
Text Example
Text Example
White with #7BCB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCB46; }
p { color: rgb(123,203,70); }
H1.HeaderClassName
{
color: #7BCB46;
}
.AnyTagClassName
{
color: #7BCB46;
}
</style>
background-color css
<style>
a { background-color: #7BCB46; }
a { background-color: rgb(123,203,70); }
div.DivClassName
{
background-color: #7BCB46;
}
.BgClassName
{
background-color: #7BCB46;
}
</style>
border-color css
<style>
span { border-color: #7BCB46; }
span { border-color: rgb(123,203,70); }
td.TdClassName
{
border-color: #7BCB46;
}
.TagClassName
{
border-color: #7BCB46;
}
</style>