#7CBC57

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

Shades of Mantis #7CBC57

Tints of Mantis #7CBC57

Color information

#7CBC57 (or 0x7CBC57) is unknown color: approx Mantis. HEX triplet: 7C, BC and 57. RGB value is (124,188,87). Sum of RGB (Red+Green+Blue) = 124+188+87=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBC57 is #8343A8. Grayscale: #9D9D9D. Windows color (decimal): -8602537 or 5749884. OLE color: 5749884.

HSL color Cylindrical-coordinate representation of color #7CBC57: hue angle of 98.02º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7CBC57 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB12418887-
CMYK0.3400.540.26
HSL98.02º42.98%53.92%-
HSV(B)98.02º53.72%73.73%-
XYZ28.0240.9415.44-
YUV157.3588.3104.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.08%
GREEN value IS 188 (73.83% from 255) = 47.12%
BLUE value IS 87 (34.38% from 255) = 21.80%
R=31.08%
G=47.12%
B=21.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal124188870.3400.540.2698.0242.9853.92
Hex7CBC57220361A622b36
Octal17427412742066321425366
Binary11111001011110010101111000100110110110101100010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBC57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,188,87); }

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

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

 a { background-color: rgb(124,188,87); }

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

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

 span { border-color: rgb(124,188,87); }

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