Shades of Mantis #77CA41
Tints of Mantis #77CA41
RGB
CMYK
RGB Variations
Color information
#77CA41 (or 0x77CA41) is known color: Mantis. HEX triplet: 77, CA and 41. RGB value is (119,202,65). Sum of RGB (Red+Green+Blue) = 119+202+65=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CA41 is #8835BE. Grayscale: #A2A2A2. Windows color (decimal): -8926655 or 4311671. OLE color: 4311671.
HSL color Cylindrical-coordinate representation of color #77CA41: hue angle of 96.35º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77CA41 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 202 | 65 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.21 |
| HSL | 96.35º | 0.56% | 0.52% | - |
| HSV(B) | 96.35º | 0.68% | 0.79% | - |
| XYZ | 29.68 | 46.54 | 12.42 | - |
| YUV | 161.57 | 73.5 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 202 | 65 | 0.41 | 0 | 0.68 | 0.21 | 96.35 | 0.56 | 0.52 |
| Hex | 77 | CA | 41 | 29 | 0 | 44 | 15 | 60 | 38 | 34 |
| Octal | 167 | 312 | 101 | 51 | 0 | 104 | 25 | 140 | 70 | 64 |
| Binary | 1110111 | 11001010 | 1000001 | 101001 | 0 | 1000100 | 10101 | 1100000 | 111000 | 110100 |
Color Harmonies of #77CA41
Complementary color
Monochromatic Colors of #77CA41
Black with #77CA41
Text Example
Text Example
White with #77CA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CA41; }
p { color: rgb(119,202,65); }
H1.HeaderClassName
{
color: #77CA41;
}
.AnyTagClassName
{
color: #77CA41;
}
</style>
background-color css
<style>
a { background-color: #77CA41; }
a { background-color: rgb(119,202,65); }
div.DivClassName
{
background-color: #77CA41;
}
.BgClassName
{
background-color: #77CA41;
}
</style>
border-color css
<style>
span { border-color: #77CA41; }
span { border-color: rgb(119,202,65); }
td.TdClassName
{
border-color: #77CA41;
}
.TagClassName
{
border-color: #77CA41;
}
</style>