#7CD64D

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

Shades of Mantis #7CD64D

Tints of Mantis #7CD64D

Color information

#7CD64D (or 0x7CD64D) is unknown color: approx Mantis. HEX triplet: 7C, D6 and 4D. RGB value is (124,214,77). Sum of RGB (Red+Green+Blue) = 124+214+77=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 214 (83.98% from 255 or 51.57% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 214 - color contains mainly: green. Hex color #7CD64D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CD64D is #8329B2. Grayscale: #ABABAB. Windows color (decimal): -8595891 or 5101180. OLE color: 5101180.

HSL color Cylindrical-coordinate representation of color #7CD64D: hue angle of 99.42º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7CD64D is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB12421477-
CMYK0.4200.640.16
HSL99.42º62.56%57.06%-
HSV(B)99.42º64.02%83.92%-
XYZ33.752.9115.46-
YUV171.4774.6894.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.88%
GREEN value IS 214 (83.98% from 255) = 51.57%
BLUE value IS 77 (30.47% from 255) = 18.55%
R=29.88%
G=51.57%
B=18.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal124214770.4200.640.1699.4262.5657.06
Hex7CD64D2A04010633f39
Octal174326115520100201437771
Binary111110011010110100110110101001000000100001100011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,214,77); }

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

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

 a { background-color: rgb(124,214,77); }

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

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

 span { border-color: rgb(124,214,77); }

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