#7CD040

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

Shades of Mantis #7CD040

Tints of Mantis #7CD040

Color information

#7CD040 (or 0x7CD040) is unknown color: approx Mantis. HEX triplet: 7C, D0 and 40. RGB value is (124,208,64). Sum of RGB (Red+Green+Blue) = 124+208+64=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 208 (81.64% from 255 or 52.53% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 208 - color contains mainly: green. Hex color #7CD040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CD040 is #832FBF. Grayscale: #A6A6A6. Windows color (decimal): -8597440 or 4247676. OLE color: 4247676.

HSL color Cylindrical-coordinate representation of color #7CD040: hue angle of 95º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7CD040 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB12420864-
CMYK0.4000.690.18
HSL95º60.5%53.33%-
HSV(B)95º69.23%81.57%-
XYZ31.7949.7712.78-
YUV166.4770.1797.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.31%
GREEN value IS 208 (81.64% from 255) = 52.53%
BLUE value IS 64 (25.39% from 255) = 16.16%
R=31.31%
G=52.53%
B=16.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal124208640.4000.690.189560.553.33
Hex7CD04028045125f3d35
Octal174320100500105221377565
Binary111110011010000100000010100001000101100101011111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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