#76D541

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

Shades of Mantis #76D541

Tints of Mantis #76D541

Color information

#76D541 (or 0x76D541) is unknown color: approx Mantis. HEX triplet: 76, D5 and 41. RGB value is (118,213,65). Sum of RGB (Red+Green+Blue) = 118+213+65=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 213 (83.59% from 255 or 53.79% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 213 - color contains mainly: green. Hex color #76D541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D541 is #892ABE. Grayscale: #A8A8A8. Windows color (decimal): -8989375 or 4314486. OLE color: 4314486.

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

Color convert

RGB11821365-
CMYK0.4500.690.16
HSL98.51º63.79%54.51%-
HSV(B)98.51º69.48%83.53%-
XYZ32.2251.8213.31-
YUV167.7270.0392.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.80%
GREEN value IS 213 (83.59% from 255) = 53.79%
BLUE value IS 65 (25.78% from 255) = 16.41%
R=29.80%
G=53.79%
B=16.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal118213650.4500.690.1698.5163.7954.51
Hex76D5412D04510634037
Octal1663251015501052014310067
Binary1110110110101011000001101101010001011000011000111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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