#7CD941

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

Shades of Mantis #7CD941

Tints of Mantis #7CD941

Color information

#7CD941 (or 0x7CD941) is unknown color: approx Mantis. HEX triplet: 7C, D9 and 41. RGB value is (124,217,65). Sum of RGB (Red+Green+Blue) = 124+217+65=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 217 (85.16% from 255 or 53.45% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 217 - color contains mainly: green. Hex color #7CD941 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CD941 is #8326BE. Grayscale: #ACACAC. Windows color (decimal): -8595135 or 4315516. OLE color: 4315516.

HSL color Cylindrical-coordinate representation of color #7CD941: hue angle of 96.71º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7CD941 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB12421765-
CMYK0.4300.700.15
HSL96.71º66.67%55.29%-
HSV(B)96.71º70.05%85.1%-
XYZ34.0854.2913.68-
YUV171.8667.6993.86-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.54%
GREEN value IS 217 (85.16% from 255) = 53.45%
BLUE value IS 65 (25.78% from 255) = 16.01%
R=30.54%
G=53.45%
B=16.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal124217650.4300.700.1596.7166.6755.29
Hex7CD9412B046F614337
Octal1743311015301061714110367
Binary111110011011001100000110101101000110111111000011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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