#77C152

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

Shades of Mantis #77C152

Tints of Mantis #77C152

Color information

#77C152 (or 0x77C152) is unknown color: approx Mantis. HEX triplet: 77, C1 and 52. RGB value is (119,193,82). Sum of RGB (Red+Green+Blue) = 119+193+82=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #77C152 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C152 is #883EAD. Grayscale: #9E9E9E. Windows color (decimal): -8928942 or 5423479. OLE color: 5423479.

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

Color convert

RGB11919382-
CMYK0.3800.580.24
HSL100º47.23%53.92%-
HSV(B)100º57.51%75.69%-
XYZ28.242.6714.73-
YUV158.2284.98100.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.20%
GREEN value IS 193 (75.78% from 255) = 48.98%
BLUE value IS 82 (32.42% from 255) = 20.81%
R=30.20%
G=48.98%
B=20.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal119193820.3800.580.2410047.2353.92
Hex77C1522603A18642f36
Octal16730112246072301445766
Binary11101111100000110100101001100111010110001100100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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