#76CD41

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

Shades of Mantis #76CD41

Tints of Mantis #76CD41

Color information

#76CD41 (or 0x76CD41) is unknown color: approx Mantis. HEX triplet: 76, CD and 41. RGB value is (118,205,65). Sum of RGB (Red+Green+Blue) = 118+205+65=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 205 (80.47% from 255 or 52.84% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 205 - color contains mainly: green. Hex color #76CD41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CD41 is #8932BE. Grayscale: #A3A3A3. Windows color (decimal): -8991423 or 4312438. OLE color: 4312438.

HSL color Cylindrical-coordinate representation of color #76CD41: hue angle of 97.29º 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 #76CD41 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB11820565-
CMYK0.4200.680.20
HSL97.29º58.33%52.94%-
HSV(B)97.29º68.29%80.39%-
XYZ30.2647.912.65-
YUV163.0372.6895.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.41%
GREEN value IS 205 (80.47% from 255) = 52.84%
BLUE value IS 65 (25.78% from 255) = 16.75%
R=30.41%
G=52.84%
B=16.75%

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
Decimal118205650.4200.680.2097.2958.3352.94
Hex76CD412A04414613a35
Octal166315101520104241417265
Binary111011011001101100000110101001000100101001100001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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