#7CC949

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

Shades of Mantis #7CC949

Tints of Mantis #7CC949

Color information

#7CC949 (or 0x7CC949) is unknown color: approx Mantis. HEX triplet: 7C, C9 and 49. RGB value is (124,201,73). Sum of RGB (Red+Green+Blue) = 124+201+73=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 201 (78.91% from 255 or 50.50% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 201 - color contains mainly: green. Hex color #7CC949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC949 is #8336B6. Grayscale: #A3A3A3. Windows color (decimal): -8599223 or 4835708. OLE color: 4835708.

HSL color Cylindrical-coordinate representation of color #7CC949: hue angle of 96.09º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7CC949 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB12420173-
CMYK0.3800.640.21
HSL96.09º54.24%53.73%-
HSV(B)96.09º63.68%78.82%-
XYZ30.446.5413.68-
YUV163.3876.9999.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.16%
GREEN value IS 201 (78.91% from 255) = 50.50%
BLUE value IS 73 (28.91% from 255) = 18.34%
R=31.16%
G=50.50%
B=18.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal124201730.3800.640.2196.0954.2453.73
Hex7CC9492604015603636
Octal174311111460100251406666
Binary111110011001001100100110011001000000101011100000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,201,73); }

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

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

 a { background-color: rgb(124,201,73); }

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

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

 span { border-color: rgb(124,201,73); }

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