Shades of Mantis #7BCF56
Tints of Mantis #7BCF56
RGB
CMYK
RGB Variations
Color information
#7BCF56 (or 0x7BCF56) is known color: Mantis. HEX triplet: 7B, CF and 56. RGB value is (123,207,86). Sum of RGB (Red+Green+Blue) = 123+207+86=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCF56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCF56 is #8430A9. Grayscale: #A8A8A8. Windows color (decimal): -8663210 or 5689211. OLE color: 5689211.
HSL color Cylindrical-coordinate representation of color #7BCF56: hue angle of 101.65º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7BCF56 is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 207 | 86 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.19 |
| HSL | 101.65º | 0.56% | 0.57% | - |
| HSV(B) | 101.65º | 0.58% | 0.81% | - |
| XYZ | 32.16 | 49.51 | 16.67 | - |
| YUV | 168.09 | 81.67 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 86 | 0.41 | 0 | 0.58 | 0.19 | 101.65 | 0.56 | 0.57 |
| Hex | 7B | CF | 56 | 29 | 0 | 3A | 13 | 66 | 38 | 39 |
| Octal | 173 | 317 | 126 | 51 | 0 | 72 | 23 | 146 | 70 | 71 |
| Binary | 1111011 | 11001111 | 1010110 | 101001 | 0 | 111010 | 10011 | 1100110 | 111000 | 111001 |
Color Harmonies of #7BCF56
Complementary color
Monochromatic Colors of #7BCF56
Black with #7BCF56
Text Example
Text Example
White with #7BCF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCF56; }
p { color: rgb(123,207,86); }
H1.HeaderClassName
{
color: #7BCF56;
}
.AnyTagClassName
{
color: #7BCF56;
}
</style>
background-color css
<style>
a { background-color: #7BCF56; }
a { background-color: rgb(123,207,86); }
div.DivClassName
{
background-color: #7BCF56;
}
.BgClassName
{
background-color: #7BCF56;
}
</style>
border-color css
<style>
span { border-color: #7BCF56; }
span { border-color: rgb(123,207,86); }
td.TdClassName
{
border-color: #7BCF56;
}
.TagClassName
{
border-color: #7BCF56;
}
</style>