Shades of Mantis #77CC62
Tints of Mantis #77CC62
RGB
CMYK
RGB Variations
Color information
#77CC62 (or 0x77CC62) is known color: Mantis. HEX triplet: 77, CC and 62. RGB value is (119,204,98). Sum of RGB (Red+Green+Blue) = 119+204+98=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77CC62 is #88339D. Grayscale: #A6A6A6. Windows color (decimal): -8926110 or 6474871. OLE color: 6474871.
HSL color Cylindrical-coordinate representation of color #77CC62: hue angle of 108.11º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77CC62 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 98 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.2 |
| HSL | 108.11º | 0.51% | 0.59% | - |
| HSV(B) | 108.11º | 0.52% | 0.8% | - |
| XYZ | 31.41 | 47.99 | 19.16 | - |
| YUV | 166.5 | 89.34 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 98 | 0.42 | 0 | 0.52 | 0.2 | 108.11 | 0.51 | 0.59 |
| Hex | 77 | CC | 62 | 2A | 0 | 34 | 14 | 6C | 33 | 3B |
| Octal | 167 | 314 | 142 | 52 | 0 | 64 | 24 | 154 | 63 | 73 |
| Binary | 1110111 | 11001100 | 1100010 | 101010 | 0 | 110100 | 10100 | 1101100 | 110011 | 111011 |
Color Harmonies of #77CC62
Complementary color
Monochromatic Colors of #77CC62
Black with #77CC62
Text Example
Text Example
White with #77CC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CC62; }
p { color: rgb(119,204,98); }
H1.HeaderClassName
{
color: #77CC62;
}
.AnyTagClassName
{
color: #77CC62;
}
</style>
background-color css
<style>
a { background-color: #77CC62; }
a { background-color: rgb(119,204,98); }
div.DivClassName
{
background-color: #77CC62;
}
.BgClassName
{
background-color: #77CC62;
}
</style>
border-color css
<style>
span { border-color: #77CC62; }
span { border-color: rgb(119,204,98); }
td.TdClassName
{
border-color: #77CC62;
}
.TagClassName
{
border-color: #77CC62;
}
</style>