#7cc546

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

Shades of Mantis #7CC546

Tints of Mantis #7CC546

Color information

#7CC546 (or 0x7CC546) is unknown color: approx Mantis. HEX triplet: 7C, C5 and 46. RGB value is (124,197,70). Sum of RGB (Red+Green+Blue) = 124+197+70=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 197 (77.34% from 255 or 50.38% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC546 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC546 is #833AB9. Grayscale: #A1A1A1. Windows color (decimal): -8600250 or 4638076. OLE color: 4638076.

HSL color Cylindrical-coordinate representation of color #7CC546: hue angle of 94.49º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7CC546 is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB12419770-
CMYK0.3700.640.23
HSL94.49º52.26%52.35%-
HSV(B)94.49º64.47%77.25%-
XYZ29.3844.6612.87-
YUV160.776.82101.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.71%
GREEN value IS 197 (77.34% from 255) = 50.38%
BLUE value IS 70 (27.73% from 255) = 17.90%
R=31.71%
G=50.38%
B=17.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal124197700.3700.640.2394.4952.2652.35
Hex7CC54625040175e3434
Octal174305106450100271366464
Binary111110011000101100011010010101000000101111011110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cc546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,197,70); }

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

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

 a { background-color: rgb(124,197,70); }

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

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

 span { border-color: rgb(124,197,70); }

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