#7FBE52

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

Shades of Mantis #7FBE52

Tints of Mantis #7FBE52

Color information

#7FBE52 (or 0x7FBE52) is unknown color: approx Mantis. HEX triplet: 7F, BE and 52. RGB value is (127,190,82). Sum of RGB (Red+Green+Blue) = 127+190+82=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBE52 is #8041AD. Grayscale: #9F9F9F. Windows color (decimal): -8405422 or 5422719. OLE color: 5422719.

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

Color convert

RGB12719082-
CMYK0.3300.570.25
HSL95º45.38%53.33%-
HSV(B)95º56.84%74.51%-
XYZ28.6941.9514.57-
YUV158.8584.63105.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.83%
GREEN value IS 190 (74.61% from 255) = 47.62%
BLUE value IS 82 (32.42% from 255) = 20.55%
R=31.83%
G=47.62%
B=20.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127190820.3300.570.259545.3853.33
Hex7FBE5221039195f2d35
Octal17727612241071311375565
Binary11111111011111010100101000010111001110011011111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,190,82); }

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

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

 a { background-color: rgb(127,190,82); }

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

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

 span { border-color: rgb(127,190,82); }

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