#76BF64

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

Shades of Mantis #76BF64

Tints of Mantis #76BF64

Color information

#76BF64 (or 0x76BF64) is unknown color: approx Mantis. HEX triplet: 76, BF and 64. RGB value is (118,191,100). Sum of RGB (Red+Green+Blue) = 118+191+100=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BF64 is #89409B. Grayscale: #9F9F9F. Windows color (decimal): -8994972 or 6602614. OLE color: 6602614.

HSL color Cylindrical-coordinate representation of color #76BF64: hue angle of 108.13º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76BF64 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB118191100-
CMYK0.3800.480.25
HSL108.13º41.55%57.06%-
HSV(B)108.13º47.64%74.9%-
XYZ28.442.0318.67-
YUV158.894.8298.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.85%
GREEN value IS 191 (75% from 255) = 46.70%
BLUE value IS 100 (39.45% from 255) = 24.45%
R=28.85%
G=46.70%
B=24.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181911000.3800.480.25108.1341.5557.06
Hex76BF6426030196c2a39
Octal16627714446060311545271
Binary11101101011111111001001001100110000110011101100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,191,100); }

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

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

 a { background-color: rgb(118,191,100); }

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

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

 span { border-color: rgb(118,191,100); }

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