#7CC544

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

Shades of Mantis #7CC544

Tints of Mantis #7CC544

Color information

#7CC544 (or 0x7CC544) is unknown color: approx Mantis. HEX triplet: 7C, C5 and 44. RGB value is (124,197,68). Sum of RGB (Red+Green+Blue) = 124+197+68=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 197 (77.34% from 255 or 50.64% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC544 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC544 is #833ABB. Grayscale: #A0A0A0. Windows color (decimal): -8600252 or 4507004. OLE color: 4507004.

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

Color convert

RGB12419768-
CMYK0.3700.650.23
HSL93.95º52.65%51.96%-
HSV(B)93.95º65.48%77.25%-
XYZ29.3244.6312.54-
YUV160.4775.82101.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.88%
GREEN value IS 197 (77.34% from 255) = 50.64%
BLUE value IS 68 (26.95% from 255) = 17.48%
R=31.88%
G=50.64%
B=17.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal124197680.3700.650.2393.9552.6551.96
Hex7CC54425041175e3534
Octal174305104450101271366564
Binary111110011000101100010010010101000001101111011110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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