#77C053

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

Shades of Mantis #77C053

Tints of Mantis #77C053

Color information

#77C053 (or 0x77C053) is unknown color: approx Mantis. HEX triplet: 77, C0 and 53. RGB value is (119,192,83). Sum of RGB (Red+Green+Blue) = 119+192+83=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #77C053 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C053 is #883FAC. Grayscale: #9E9E9E. Windows color (decimal): -8929197 or 5488759. OLE color: 5488759.

HSL color Cylindrical-coordinate representation of color #77C053: hue angle of 100.18º degrees, saturation: 0.46, 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 #77C053 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB11919283-
CMYK0.3800.570.25
HSL100.18º46.38%53.92%-
HSV(B)100.18º56.77%75.29%-
XYZ28.0242.2514.86-
YUV157.7585.82100.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.20%
GREEN value IS 192 (75.39% from 255) = 48.73%
BLUE value IS 83 (32.81% from 255) = 21.07%
R=30.20%
G=48.73%
B=21.07%

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
Decimal119192830.3800.570.25100.1846.3853.92
Hex77C0532603919642e36
Octal16730012346071311445666
Binary11101111100000010100111001100111001110011100100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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