#7CC344

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

Shades of Mantis #7CC344

Tints of Mantis #7CC344

Color information

#7CC344 (or 0x7CC344) is unknown color: approx Mantis. HEX triplet: 7C, C3 and 44. RGB value is (124,195,68). Sum of RGB (Red+Green+Blue) = 124+195+68=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC344 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC344 is #833CBB. Grayscale: #9F9F9F. Windows color (decimal): -8600764 or 4506492. OLE color: 4506492.

HSL color Cylindrical-coordinate representation of color #7CC344: hue angle of 93.54º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7CC344 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB12419568-
CMYK0.3600.650.24
HSL93.54º51.42%51.57%-
HSV(B)93.54º65.13%76.47%-
XYZ28.8743.7312.39-
YUV159.2976.48102.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.04%
GREEN value IS 195 (76.56% from 255) = 50.39%
BLUE value IS 68 (26.95% from 255) = 17.57%
R=32.04%
G=50.39%
B=17.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal124195680.3600.650.2493.5451.4251.57
Hex7CC34424041185e3334
Octal174303104440101301366364
Binary111110011000011100010010010001000001110001011110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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