#77D75D

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

Shades of Mantis #77D75D

Tints of Mantis #77D75D

Color information

#77D75D (or 0x77D75D) is unknown color: approx Mantis. HEX triplet: 77, D7 and 5D. RGB value is (119,215,93). Sum of RGB (Red+Green+Blue) = 119+215+93=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 215 (84.38% from 255 or 50.35% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 215 - color contains mainly: green. Hex color #77D75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77D75D is #8828A2. Grayscale: #ACACAC. Windows color (decimal): -8923299 or 6150007. OLE color: 6150007.

HSL color Cylindrical-coordinate representation of color #77D75D: hue angle of 107.21º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77D75D is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB11921593-
CMYK0.4500.570.16
HSL107.21º60.4%60.39%-
HSV(B)107.21º56.74%84.31%-
XYZ33.8853.3118.86-
YUV172.3983.289.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.87%
GREEN value IS 215 (84.38% from 255) = 50.35%
BLUE value IS 93 (36.72% from 255) = 21.78%
R=27.87%
G=50.35%
B=21.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal119215930.4500.570.16107.2160.460.39
Hex77D75D2D039106b3c3c
Octal16732713555071201537474
Binary11101111101011110111011011010111001100001101011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,215,93); }

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

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

 a { background-color: rgb(119,215,93); }

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

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

 span { border-color: rgb(119,215,93); }

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