#7CCC41

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

Shades of Mantis #7CCC41

Tints of Mantis #7CCC41

Color information

#7CCC41 (or 0x7CCC41) is unknown color: approx Mantis. HEX triplet: 7C, CC and 41. RGB value is (124,204,65). Sum of RGB (Red+Green+Blue) = 124+204+65=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 204 (80.08% from 255 or 51.91% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCC41 is #8333BE. Grayscale: #A4A4A4. Windows color (decimal): -8598463 or 4312188. OLE color: 4312188.

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

Color convert

RGB12420465-
CMYK0.3900.680.2
HSL94.53º57.68%52.75%-
HSV(B)94.53º68.14%80%-
XYZ30.8647.8512.61-
YUV164.237299.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.55%
GREEN value IS 204 (80.08% from 255) = 51.91%
BLUE value IS 65 (25.78% from 255) = 16.54%
R=31.55%
G=51.91%
B=16.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal124204650.3900.680.294.5357.6852.75
Hex7CCC4127044145f3a35
Octal174314101470104241377265
Binary111110011001100100000110011101000100101001011111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,204,65); }

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

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

 a { background-color: rgb(124,204,65); }

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

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

 span { border-color: rgb(124,204,65); }

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