Shades of Mantis #77BC53
Tints of Mantis #77BC53
RGB
CMYK
RGB Variations
Color information
#77BC53 (or 0x77BC53) is known color: Mantis. HEX triplet: 77, BC and 53. RGB value is (119,188,83). Sum of RGB (Red+Green+Blue) = 119+188+83=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BC53 is #8843AC. Grayscale: #9B9B9B. Windows color (decimal): -8930221 or 5487735. OLE color: 5487735.
HSL color Cylindrical-coordinate representation of color #77BC53: hue angle of 99.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #77BC53 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 188 | 83 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.26 |
| HSL | 99.43º | 0.44% | 0.53% | - |
| HSV(B) | 99.43º | 0.56% | 0.74% | - |
| XYZ | 27.15 | 40.51 | 14.57 | - |
| YUV | 155.4 | 87.14 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 188 | 83 | 0.37 | 0 | 0.56 | 0.26 | 99.43 | 0.44 | 0.53 |
| Hex | 77 | BC | 53 | 25 | 0 | 38 | 1A | 63 | 2C | 35 |
| Octal | 167 | 274 | 123 | 45 | 0 | 70 | 32 | 143 | 54 | 65 |
| Binary | 1110111 | 10111100 | 1010011 | 100101 | 0 | 111000 | 11010 | 1100011 | 101100 | 110101 |
Color Harmonies of #77BC53
Complementary color
Monochromatic Colors of #77BC53
Black with #77BC53
Text Example
Text Example
White with #77BC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BC53; }
p { color: rgb(119,188,83); }
H1.HeaderClassName
{
color: #77BC53;
}
.AnyTagClassName
{
color: #77BC53;
}
</style>
background-color css
<style>
a { background-color: #77BC53; }
a { background-color: rgb(119,188,83); }
div.DivClassName
{
background-color: #77BC53;
}
.BgClassName
{
background-color: #77BC53;
}
</style>
border-color css
<style>
span { border-color: #77BC53; }
span { border-color: rgb(119,188,83); }
td.TdClassName
{
border-color: #77BC53;
}
.TagClassName
{
border-color: #77BC53;
}
</style>