#76CE4C

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

Shades of Mantis #76CE4C

Tints of Mantis #76CE4C

Color information

#76CE4C (or 0x76CE4C) is unknown color: approx Mantis. HEX triplet: 76, CE and 4C. RGB value is (118,206,76). Sum of RGB (Red+Green+Blue) = 118+206+76=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 206 (80.86% from 255 or 51.5% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CE4C is #8931B3. Grayscale: #A5A5A5. Windows color (decimal): -8991156 or 5033590. OLE color: 5033590.

HSL color Cylindrical-coordinate representation of color #76CE4C: hue angle of 100.62º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76CE4C is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB11820676-
CMYK0.4300.630.19
HSL100.62º57.02%55.29%-
HSV(B)100.62º63.11%80.78%-
XYZ30.8548.5214.58-
YUV164.8777.8594.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.5%
GREEN value IS 206 (80.86% from 255) = 51.5%
BLUE value IS 76 (30.08% from 255) = 19%
R=29.5%
G=51.5%
B=19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal118206760.4300.630.19100.6257.0255.29
Hex76CE4C2B03F13653937
Octal16631611453077231457167
Binary11101101100111010011001010110111111100111100101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,206,76); }

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

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

 a { background-color: rgb(118,206,76); }

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

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

 span { border-color: rgb(118,206,76); }

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