#76D545

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

Shades of Mantis #76D545

Tints of Mantis #76D545

Color information

#76D545 (or 0x76D545) is unknown color: approx Mantis. HEX triplet: 76, D5 and 45. RGB value is (118,213,69). Sum of RGB (Red+Green+Blue) = 118+213+69=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 213 (83.59% from 255 or 53.25% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 213 - color contains mainly: green. Hex color #76D545 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D545 is #892ABA. Grayscale: #A8A8A8. Windows color (decimal): -8989371 or 4576630. OLE color: 4576630.

HSL color Cylindrical-coordinate representation of color #76D545: hue angle of 99.58º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76D545 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB11821369-
CMYK0.4500.680.16
HSL99.58º63.16%55.29%-
HSV(B)99.58º67.61%83.53%-
XYZ32.3451.8713.94-
YUV168.1872.0392.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.5%
GREEN value IS 213 (83.59% from 255) = 53.25%
BLUE value IS 69 (27.34% from 255) = 17.25%
R=29.5%
G=53.25%
B=17.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal118213690.4500.680.1699.5863.1655.29
Hex76D5452D04410643f37
Octal166325105550104201447767
Binary111011011010101100010110110101000100100001100100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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