#7CC44B

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

Shades of Mantis #7CC44B

Tints of Mantis #7CC44B

Color information

#7CC44B (or 0x7CC44B) is unknown color: approx Mantis. HEX triplet: 7C, C4 and 4B. RGB value is (124,196,75). Sum of RGB (Red+Green+Blue) = 124+196+75=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 196 (76.95% from 255 or 49.62% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 196 - color contains mainly: green. Hex color #7CC44B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC44B is #833BB4. Grayscale: #A1A1A1. Windows color (decimal): -8600501 or 4965500. OLE color: 4965500.

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

Color convert

RGB12419675-
CMYK0.3700.620.23
HSL95.7º50.63%53.14%-
HSV(B)95.7º61.73%76.86%-
XYZ29.3244.2713.66-
YUV160.6879.65101.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.39%
GREEN value IS 196 (76.95% from 255) = 49.62%
BLUE value IS 75 (29.69% from 255) = 18.99%
R=31.39%
G=49.62%
B=18.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal124196750.3700.620.2395.750.6353.14
Hex7CC44B2503E17603335
Octal17430411345076271406365
Binary11111001100010010010111001010111110101111100000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,196,75); }

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

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

 a { background-color: rgb(124,196,75); }

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

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

 span { border-color: rgb(124,196,75); }

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