Shades of Mantis #77CC43
Tints of Mantis #77CC43
RGB
CMYK
RGB Variations
Color information
#77CC43 (or 0x77CC43) is known color: Mantis. HEX triplet: 77, CC and 43. RGB value is (119,204,67). Sum of RGB (Red+Green+Blue) = 119+204+67=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 204 (80.08% from 255 or 52.31% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CC43 is #8833BC. Grayscale: #A3A3A3. Windows color (decimal): -8926141 or 4443255. OLE color: 4443255.
HSL color Cylindrical-coordinate representation of color #77CC43: hue angle of 97.23º 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 #77CC43 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 67 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.2 |
| HSL | 97.23º | 0.57% | 0.53% | - |
| HSV(B) | 97.23º | 0.67% | 0.8% | - |
| XYZ | 30.21 | 47.51 | 12.89 | - |
| YUV | 162.97 | 73.84 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 67 | 0.42 | 0 | 0.67 | 0.2 | 97.23 | 0.57 | 0.53 |
| Hex | 77 | CC | 43 | 2A | 0 | 43 | 14 | 61 | 39 | 35 |
| Octal | 167 | 314 | 103 | 52 | 0 | 103 | 24 | 141 | 71 | 65 |
| Binary | 1110111 | 11001100 | 1000011 | 101010 | 0 | 1000011 | 10100 | 1100001 | 111001 | 110101 |
Color Harmonies of #77CC43
Complementary color
Monochromatic Colors of #77CC43
Black with #77CC43
Text Example
Text Example
White with #77CC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CC43; }
p { color: rgb(119,204,67); }
H1.HeaderClassName
{
color: #77CC43;
}
.AnyTagClassName
{
color: #77CC43;
}
</style>
background-color css
<style>
a { background-color: #77CC43; }
a { background-color: rgb(119,204,67); }
div.DivClassName
{
background-color: #77CC43;
}
.BgClassName
{
background-color: #77CC43;
}
</style>
border-color css
<style>
span { border-color: #77CC43; }
span { border-color: rgb(119,204,67); }
td.TdClassName
{
border-color: #77CC43;
}
.TagClassName
{
border-color: #77CC43;
}
</style>