#76C24A

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

Shades of Mantis #76C24A

Tints of Mantis #76C24A

Color information

#76C24A (or 0x76C24A) is unknown color: approx Mantis. HEX triplet: 76, C2 and 4A. RGB value is (118,194,74). Sum of RGB (Red+Green+Blue) = 118+194+74=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #76C24A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C24A is #893DB5. Grayscale: #9E9E9E. Windows color (decimal): -8994230 or 4899446. OLE color: 4899446.

HSL color Cylindrical-coordinate representation of color #76C24A: hue angle of 98º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76C24A is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB11819474-
CMYK0.3900.620.24
HSL98º49.59%52.55%-
HSV(B)98º61.86%76.08%-
XYZ2842.9313.29-
YUV157.680.8299.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.57%
GREEN value IS 194 (76.17% from 255) = 50.26%
BLUE value IS 74 (29.30% from 255) = 19.17%
R=30.57%
G=50.26%
B=19.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal118194740.3900.620.249849.5952.55
Hex76C24A2703E18623235
Octal16630211247076301426265
Binary11101101100001010010101001110111110110001100010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,194,74); }

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

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

 a { background-color: rgb(118,194,74); }

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

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

 span { border-color: rgb(118,194,74); }

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