#76C54B

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

Shades of Mantis #76C54B

Tints of Mantis #76C54B

Color information

#76C54B (or 0x76C54B) is unknown color: approx Mantis. HEX triplet: 76, C5 and 4B. RGB value is (118,197,75). Sum of RGB (Red+Green+Blue) = 118+197+75=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 197 (77.34% from 255 or 50.51% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 197 - color contains mainly: green. Hex color #76C54B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C54B is #893AB4. Grayscale: #9F9F9F. Windows color (decimal): -8993461 or 4965750. OLE color: 4965750.

HSL color Cylindrical-coordinate representation of color #76C54B: hue angle of 98.85º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76C54B is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB11819775-
CMYK0.4000.620.23
HSL98.85º51.26%53.33%-
HSV(B)98.85º61.93%77.25%-
XYZ28.7144.2913.69-
YUV159.4780.3398.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.26%
GREEN value IS 197 (77.34% from 255) = 50.51%
BLUE value IS 75 (29.69% from 255) = 19.23%
R=30.26%
G=50.51%
B=19.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal118197750.4000.620.2398.8551.2653.33
Hex76C54B2803E17633335
Octal16630511350076271436365
Binary11101101100010110010111010000111110101111100011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,197,75); }

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

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

 a { background-color: rgb(118,197,75); }

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

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

 span { border-color: rgb(118,197,75); }

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