#7FBF56

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

Shades of Mantis #7FBF56

Tints of Mantis #7FBF56

Color information

#7FBF56 (or 0x7FBF56) is unknown color: approx Mantis. HEX triplet: 7F, BF and 56. RGB value is (127,191,86). Sum of RGB (Red+Green+Blue) = 127+191+86=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBF56 is #8040A9. Grayscale: #A0A0A0. Windows color (decimal): -8405162 or 5685119. OLE color: 5685119.

HSL color Cylindrical-coordinate representation of color #7FBF56: hue angle of 96.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7FBF56 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB12719186-
CMYK0.3400.550.25
HSL96.57º45.06%54.31%-
HSV(B)96.57º54.97%74.9%-
XYZ29.0642.4515.47-
YUV159.8986.3104.54-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.44%
GREEN value IS 191 (75% from 255) = 47.28%
BLUE value IS 86 (33.98% from 255) = 21.29%
R=31.44%
G=47.28%
B=21.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127191860.3400.550.2596.5745.0654.31
Hex7FBF562203719612d36
Octal17727712642067311415566
Binary11111111011111110101101000100110111110011100001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FBF56; }

 p { color: rgb(127,191,86); }

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

<style>
 a { background-color: #7FBF56; }

 a { background-color: rgb(127,191,86); }

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

<style>
 span { border-color: #7FBF56; }

 span { border-color: rgb(127,191,86); }

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