#7CC352

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

Shades of Mantis #7CC352

Tints of Mantis #7CC352

Color information

#7CC352 (or 0x7CC352) is unknown color: approx Mantis. HEX triplet: 7C, C3 and 52. RGB value is (124,195,82). Sum of RGB (Red+Green+Blue) = 124+195+82=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC352 is #833CAD. Grayscale: #A1A1A1. Windows color (decimal): -8600750 or 5423996. OLE color: 5423996.

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

Color convert

RGB12419582-
CMYK0.3600.580.24
HSL97.7º48.5%54.31%-
HSV(B)97.7º57.95%76.47%-
XYZ29.3543.9214.91-
YUV160.8983.48101.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.92%
GREEN value IS 195 (76.56% from 255) = 48.63%
BLUE value IS 82 (32.42% from 255) = 20.45%
R=30.92%
G=48.63%
B=20.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal124195820.3600.580.2497.748.554.31
Hex7CC3522403A18623036
Octal17430312244072301426066
Binary11111001100001110100101001000111010110001100010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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