#7CBE71

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

Shades of Mantis #7CBE71

Tints of Mantis #7CBE71

Color information

#7CBE71 (or 0x7CBE71) is unknown color: approx Mantis. HEX triplet: 7C, BE and 71. RGB value is (124,190,113). Sum of RGB (Red+Green+Blue) = 124+190+113=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBE71 is #83418E. Grayscale: #A1A1A1. Windows color (decimal): -8601999 or 7454332. OLE color: 7454332.

HSL color Cylindrical-coordinate representation of color #7CBE71: hue angle of 111.43º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CBE71 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB124190113-
CMYK0.3500.410.25
HSL111.43º37.2%59.41%-
HSV(B)111.43º40.53%74.51%-
XYZ29.7142.322.22-
YUV161.49100.63101.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.04%
GREEN value IS 190 (74.61% from 255) = 44.50%
BLUE value IS 113 (44.53% from 255) = 26.46%
R=29.04%
G=44.50%
B=26.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241901130.3500.410.25111.4337.259.41
Hex7CBE7123029196f253b
Octal17427616143051311574573
Binary11111001011111011100011000110101001110011101111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,190,113); }

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

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

 a { background-color: rgb(124,190,113); }

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

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

 span { border-color: rgb(124,190,113); }

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