Shades of Mantis #7BCF50
Tints of Mantis #7BCF50
RGB
CMYK
RGB Variations
Color information
#7BCF50 (or 0x7BCF50) is known color: Mantis. HEX triplet: 7B, CF and 50. RGB value is (123,207,80). Sum of RGB (Red+Green+Blue) = 123+207+80=410 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCF50 is #8430AF. Grayscale: #A7A7A7. Windows color (decimal): -8663216 or 5295995. OLE color: 5295995.
HSL color Cylindrical-coordinate representation of color #7BCF50: hue angle of 99.69º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7BCF50 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 207 | 80 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.19 |
| HSL | 99.69º | 0.57% | 0.56% | - |
| HSV(B) | 99.69º | 0.61% | 0.81% | - |
| XYZ | 31.93 | 49.42 | 15.44 | - |
| YUV | 167.41 | 78.67 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 80 | 0.41 | 0 | 0.61 | 0.19 | 99.69 | 0.57 | 0.56 |
| Hex | 7B | CF | 50 | 29 | 0 | 3D | 13 | 64 | 39 | 38 |
| Octal | 173 | 317 | 120 | 51 | 0 | 75 | 23 | 144 | 71 | 70 |
| Binary | 1111011 | 11001111 | 1010000 | 101001 | 0 | 111101 | 10011 | 1100100 | 111001 | 111000 |
Color Harmonies of #7BCF50
Complementary color
Monochromatic Colors of #7BCF50
Black with #7BCF50
Text Example
Text Example
White with #7BCF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCF50; }
p { color: rgb(123,207,80); }
H1.HeaderClassName
{
color: #7BCF50;
}
.AnyTagClassName
{
color: #7BCF50;
}
</style>
background-color css
<style>
a { background-color: #7BCF50; }
a { background-color: rgb(123,207,80); }
div.DivClassName
{
background-color: #7BCF50;
}
.BgClassName
{
background-color: #7BCF50;
}
</style>
border-color css
<style>
span { border-color: #7BCF50; }
span { border-color: rgb(123,207,80); }
td.TdClassName
{
border-color: #7BCF50;
}
.TagClassName
{
border-color: #7BCF50;
}
</style>