#77C052

Color #77C052 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #77C052

Tints of Mantis #77C052

Color information

#77C052 (or 0x77C052) is unknown color: approx Mantis. HEX triplet: 77, C0 and 52. RGB value is (119,192,82). Sum of RGB (Red+Green+Blue) = 119+192+82=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #77C052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C052 is #883FAD. Grayscale: #9E9E9E. Windows color (decimal): -8929198 or 5423223. OLE color: 5423223.

HSL color Cylindrical-coordinate representation of color #77C052: hue angle of 99.82º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77C052 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB11919282-
CMYK0.3800.570.25
HSL99.82º46.61%53.73%-
HSV(B)99.82º57.29%75.29%-
XYZ27.9842.2314.66-
YUV157.6385.32100.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 30.28%
GREEN value IS 192 (75.39% from 255) = 48.85%
BLUE value IS 82 (32.42% from 255) = 20.87%
R=30.28%
G=48.85%
B=20.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119192820.3800.570.2599.8246.6153.73
Hex77C0522603919642f36
Octal16730012246071311445766
Binary11101111100000010100101001100111001110011100100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77C052; }

 p { color: rgb(119,192,82); }

 H1.HeaderClassName
 {
   color: #77C052;
 }
 .AnyTagClassName
 {
   color: #77C052;
 }
</style>
background-color css

<style>
 a { background-color: #77C052; }

 a { background-color: rgb(119,192,82); }

 div.DivClassName
 {
   background-color: #77C052;
 }
 .BgClassName
 {
   background-color: #77C052;
 }
</style>
border-color css

<style>
 span { border-color: #77C052; }

 span { border-color: rgb(119,192,82); }

 td.TdClassName
 {
   border-color: #77C052;
 }
 .TagClassName
 {
   border-color: #77C052;
 }
</style>