#77CD41

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

Shades of Mantis #77CD41

Tints of Mantis #77CD41

Color information

#77CD41 (or 0x77CD41) is unknown color: approx Mantis. HEX triplet: 77, CD and 41. RGB value is (119,205,65). Sum of RGB (Red+Green+Blue) = 119+205+65=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 205 (80.47% from 255 or 52.70% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 205 - color contains mainly: green. Hex color #77CD41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CD41 is #8832BE. Grayscale: #A3A3A3. Windows color (decimal): -8925887 or 4312439. OLE color: 4312439.

HSL color Cylindrical-coordinate representation of color #77CD41: hue angle of 96.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77CD41 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB11920565-
CMYK0.4200.680.20
HSL96.86º58.33%52.94%-
HSV(B)96.86º68.29%80.39%-
XYZ30.3947.9712.66-
YUV163.3372.5196.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.59%
GREEN value IS 205 (80.47% from 255) = 52.70%
BLUE value IS 65 (25.78% from 255) = 16.71%
R=30.59%
G=52.70%
B=16.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal119205650.4200.680.2096.8658.3352.94
Hex77CD412A04414613a35
Octal167315101520104241417265
Binary111011111001101100000110101001000100101001100001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,205,65); }

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

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

 a { background-color: rgb(119,205,65); }

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

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

 span { border-color: rgb(119,205,65); }

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