#76BF54

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

Shades of Mantis #76BF54

Tints of Mantis #76BF54

Color information

#76BF54 (or 0x76BF54) is unknown color: approx Mantis. HEX triplet: 76, BF and 54. RGB value is (118,191,84). Sum of RGB (Red+Green+Blue) = 118+191+84=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BF54 is #8940AB. Grayscale: #9D9D9D. Windows color (decimal): -8994988 or 5554038. OLE color: 5554038.

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

Color convert

RGB11819184-
CMYK0.3800.560.25
HSL100.93º45.53%53.92%-
HSV(B)100.93º56.02%74.9%-
XYZ27.741.7514.99-
YUV156.9886.82100.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 191 (75% from 255) = 48.60%
BLUE value IS 84 (33.20% from 255) = 21.37%
R=30.03%
G=48.60%
B=21.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118191840.3800.560.25100.9345.5353.92
Hex76BF542603819652e36
Octal16627712446070311455666
Binary11101101011111110101001001100111000110011100101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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