#7CC252

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

Shades of Mantis #7CC252

Tints of Mantis #7CC252

Color information

#7CC252 (or 0x7CC252) is unknown color: approx Mantis. HEX triplet: 7C, C2 and 52. RGB value is (124,194,82). Sum of RGB (Red+Green+Blue) = 124+194+82=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC252 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC252 is #833DAD. Grayscale: #A0A0A0. Windows color (decimal): -8601006 or 5423740. OLE color: 5423740.

HSL color Cylindrical-coordinate representation of color #7CC252: hue angle of 97.5º 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 #7CC252 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB12419482-
CMYK0.3600.580.24
HSL97.5º47.86%54.12%-
HSV(B)97.5º57.73%76.08%-
XYZ29.1343.4814.84-
YUV160.383.81102.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31%
GREEN value IS 194 (76.17% from 255) = 48.5%
BLUE value IS 82 (32.42% from 255) = 20.5%
R=31%
G=48.5%
B=20.5%

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
Decimal124194820.3600.580.2497.547.8654.12
Hex7CC2522403A18623036
Octal17430212244072301426066
Binary11111001100001010100101001000111010110001100010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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