#76CC45

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

Shades of Mantis #76CC45

Tints of Mantis #76CC45

Color information

#76CC45 (or 0x76CC45) is unknown color: approx Mantis. HEX triplet: 76, CC and 45. RGB value is (118,204,69). Sum of RGB (Red+Green+Blue) = 118+204+69=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CC45 is #8933BA. Grayscale: #A3A3A3. Windows color (decimal): -8991675 or 4574326. OLE color: 4574326.

HSL color Cylindrical-coordinate representation of color #76CC45: hue angle of 98.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76CC45 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB11820469-
CMYK0.4200.660.2
HSL98.22º56.96%53.53%-
HSV(B)98.22º66.18%80%-
XYZ30.1447.4713.2-
YUV162.975.0195.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 204 (80.08% from 255) = 52.17%
BLUE value IS 69 (27.34% from 255) = 17.65%
R=30.18%
G=52.17%
B=17.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal118204690.4200.660.298.2256.9653.53
Hex76CC452A04214623936
Octal166314105520102241427166
Binary111011011001100100010110101001000010101001100010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,204,69); }

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

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

 a { background-color: rgb(118,204,69); }

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

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

 span { border-color: rgb(118,204,69); }

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