#76BF4A

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

Shades of Mantis #76BF4A

Tints of Mantis #76BF4A

Color information

#76BF4A (or 0x76BF4A) is unknown color: approx Mantis. HEX triplet: 76, BF and 4A. RGB value is (118,191,74). Sum of RGB (Red+Green+Blue) = 118+191+74=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BF4A is #8940B5. Grayscale: #9C9C9C. Windows color (decimal): -8994998 or 4898678. OLE color: 4898678.

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

Color convert

RGB11819174-
CMYK0.3800.610.25
HSL97.44º47.76%51.96%-
HSV(B)97.44º61.26%74.9%-
XYZ27.3441.6113.07-
YUV155.8481.82101.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.81%
GREEN value IS 191 (75% from 255) = 49.87%
BLUE value IS 74 (29.30% from 255) = 19.32%
R=30.81%
G=49.87%
B=19.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118191740.3800.610.2597.4447.7651.96
Hex76BF4A2603D19613034
Octal16627711246075311416064
Binary11101101011111110010101001100111101110011100001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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