Shades of Mantis #77CB43
Tints of Mantis #77CB43
RGB
CMYK
RGB Variations
Color information
#77CB43 (or 0x77CB43) is known color: Mantis. HEX triplet: 77, CB and 43. RGB value is (119,203,67). Sum of RGB (Red+Green+Blue) = 119+203+67=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 203 (79.69% from 255 or 52.19% from 389); Blue value is 67 (26.56% from 255 or 17.22% from 389); Max value from RGB is 203 - color contains mainly: green. Hex color #77CB43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CB43 is #8834BC. Grayscale: #A2A2A2. Windows color (decimal): -8926397 or 4442999. OLE color: 4442999.
HSL color Cylindrical-coordinate representation of color #77CB43: hue angle of 97.06º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77CB43 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 203 | 67 | - |
| CMYK | 0.41 | 0 | 0.67 | 0.20 |
| HSL | 97.06º | 0.57% | 0.53% | - |
| HSV(B) | 97.06º | 0.67% | 0.8% | - |
| XYZ | 29.98 | 47.04 | 12.81 | - |
| YUV | 162.38 | 74.17 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 203 | 67 | 0.41 | 0 | 0.67 | 0.20 | 97.06 | 0.57 | 0.53 |
| Hex | 77 | CB | 43 | 29 | 0 | 43 | 14 | 61 | 39 | 35 |
| Octal | 167 | 313 | 103 | 51 | 0 | 103 | 24 | 141 | 71 | 65 |
| Binary | 1110111 | 11001011 | 1000011 | 101001 | 0 | 1000011 | 10100 | 1100001 | 111001 | 110101 |
Color Harmonies of #77CB43
Complementary color
Monochromatic Colors of #77CB43
Black with #77CB43
Text Example
Text Example
White with #77CB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CB43; }
p { color: rgb(119,203,67); }
H1.HeaderClassName
{
color: #77CB43;
}
.AnyTagClassName
{
color: #77CB43;
}
</style>
background-color css
<style>
a { background-color: #77CB43; }
a { background-color: rgb(119,203,67); }
div.DivClassName
{
background-color: #77CB43;
}
.BgClassName
{
background-color: #77CB43;
}
</style>
border-color css
<style>
span { border-color: #77CB43; }
span { border-color: rgb(119,203,67); }
td.TdClassName
{
border-color: #77CB43;
}
.TagClassName
{
border-color: #77CB43;
}
</style>