#7FBF58

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

Shades of Mantis #7FBF58

Tints of Mantis #7FBF58

Color information

#7FBF58 (or 0x7FBF58) is unknown color: approx Mantis. HEX triplet: 7F, BF and 58. RGB value is (127,191,88). Sum of RGB (Red+Green+Blue) = 127+191+88=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBF58 is #8040A7. Grayscale: #A0A0A0. Windows color (decimal): -8405160 or 5816191. OLE color: 5816191.

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

Color convert

RGB12719188-
CMYK0.3400.540.25
HSL97.28º44.59%54.71%-
HSV(B)97.28º53.93%74.9%-
XYZ29.1442.4815.9-
YUV160.1287.3104.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.28%
GREEN value IS 191 (75% from 255) = 47.04%
BLUE value IS 88 (34.77% from 255) = 21.67%
R=31.28%
G=47.04%
B=21.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127191880.3400.540.2597.2844.5954.71
Hex7FBF582203619612d37
Octal17727713042066311415567
Binary11111111011111110110001000100110110110011100001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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