#7FBC53

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

Shades of Mantis #7FBC53

Tints of Mantis #7FBC53

Color information

#7FBC53 (or 0x7FBC53) is unknown color: approx Mantis. HEX triplet: 7F, BC and 53. RGB value is (127,188,83). Sum of RGB (Red+Green+Blue) = 127+188+83=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBC53 is #8043AC. Grayscale: #9E9E9E. Windows color (decimal): -8405933 or 5487743. OLE color: 5487743.

HSL color Cylindrical-coordinate representation of color #7FBC53: hue angle of 94.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7FBC53 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB12718883-
CMYK0.3200.560.26
HSL94.86º43.93%53.14%-
HSV(B)94.86º55.85%73.73%-
XYZ28.341.114.63-
YUV157.7985.79106.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.91%
GREEN value IS 188 (73.83% from 255) = 47.24%
BLUE value IS 83 (32.81% from 255) = 20.85%
R=31.91%
G=47.24%
B=20.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal127188830.3200.560.2694.8643.9353.14
Hex7FBC53200381A5f2c35
Octal17727412340070321375465
Binary11111111011110010100111000000111000110101011111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,188,83); }

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

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

 a { background-color: rgb(127,188,83); }

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

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

 span { border-color: rgb(127,188,83); }

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