#76C258

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

Shades of Mantis #76C258

Tints of Mantis #76C258

Color information

#76C258 (or 0x76C258) is unknown color: approx Mantis. HEX triplet: 76, C2 and 58. RGB value is (118,194,88). Sum of RGB (Red+Green+Blue) = 118+194+88=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #76C258 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C258 is #893DA7. Grayscale: #9F9F9F. Windows color (decimal): -8994216 or 5816950. OLE color: 5816950.

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

Color convert

RGB11819488-
CMYK0.3900.550.24
HSL103.02º46.49%55.29%-
HSV(B)103.02º54.64%76.08%-
XYZ28.5243.1416.06-
YUV159.1987.8298.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.5%
GREEN value IS 194 (76.17% from 255) = 48.5%
BLUE value IS 88 (34.77% from 255) = 22%
R=29.5%
G=48.5%
B=22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal118194880.3900.550.24103.0246.4955.29
Hex76C2582703718672e37
Octal16630213047067301475667
Binary11101101100001010110001001110110111110001100111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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