Shades of Mantis #7BDC55
Tints of Mantis #7BDC55
RGB
CMYK
RGB Variations
Color information
#7BDC55 (or 0x7BDC55) is known color: Mantis. HEX triplet: 7B, DC and 55. RGB value is (123,220,85). Sum of RGB (Red+Green+Blue) = 123+220+85=428 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.74% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BDC55 is #8423AA. Grayscale: #B0B0B0. Windows color (decimal): -8659883 or 5627003. OLE color: 5627003.
HSL color Cylindrical-coordinate representation of color #7BDC55: hue angle of 103.11º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7BDC55 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 220 | 85 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.14 |
| HSL | 103.11º | 0.66% | 0.6% | - |
| HSV(B) | 103.11º | 0.61% | 0.86% | - |
| XYZ | 35.4 | 56.05 | 17.55 | - |
| YUV | 175.61 | 76.86 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 220 | 85 | 0.44 | 0 | 0.61 | 0.14 | 103.11 | 0.66 | 0.6 |
| Hex | 7B | DC | 55 | 2C | 0 | 3D | E | 67 | 42 | 3C |
| Octal | 173 | 334 | 125 | 54 | 0 | 75 | 16 | 147 | 102 | 74 |
| Binary | 1111011 | 11011100 | 1010101 | 101100 | 0 | 111101 | 1110 | 1100111 | 1000010 | 111100 |
Color Harmonies of #7BDC55
Complementary color
Monochromatic Colors of #7BDC55
Black with #7BDC55
Text Example
Text Example
White with #7BDC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDC55; }
p { color: rgb(123,220,85); }
H1.HeaderClassName
{
color: #7BDC55;
}
.AnyTagClassName
{
color: #7BDC55;
}
</style>
background-color css
<style>
a { background-color: #7BDC55; }
a { background-color: rgb(123,220,85); }
div.DivClassName
{
background-color: #7BDC55;
}
.BgClassName
{
background-color: #7BDC55;
}
</style>
border-color css
<style>
span { border-color: #7BDC55; }
span { border-color: rgb(123,220,85); }
td.TdClassName
{
border-color: #7BDC55;
}
.TagClassName
{
border-color: #7BDC55;
}
</style>