#7CCB40

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

Shades of Mantis #7CCB40

Tints of Mantis #7CCB40

Color information

#7CCB40 (or 0x7CCB40) is unknown color: approx Mantis. HEX triplet: 7C, CB and 40. RGB value is (124,203,64). Sum of RGB (Red+Green+Blue) = 124+203+64=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCB40 is #8334BF. Grayscale: #A4A4A4. Windows color (decimal): -8598720 or 4246396. OLE color: 4246396.

HSL color Cylindrical-coordinate representation of color #7CCB40: hue angle of 94.1º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7CCB40 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB12420364-
CMYK0.3900.680.20
HSL94.1º57.2%52.35%-
HSV(B)94.1º68.47%79.61%-
XYZ30.5947.3712.38-
YUV163.5371.8399.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.71%
GREEN value IS 203 (79.69% from 255) = 51.92%
BLUE value IS 64 (25.39% from 255) = 16.37%
R=31.71%
G=51.92%
B=16.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal124203640.3900.680.2094.157.252.35
Hex7CCB4027044145e3934
Octal174313100470104241367164
Binary111110011001011100000010011101000100101001011110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,203,64); }

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

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

 a { background-color: rgb(124,203,64); }

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

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

 span { border-color: rgb(124,203,64); }

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