#7CDE46

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

Shades of Mantis #7CDE46

Tints of Mantis #7CDE46

Color information

#7CDE46 (or 0x7CDE46) is unknown color: approx Mantis. HEX triplet: 7C, DE and 46. RGB value is (124,222,70). Sum of RGB (Red+Green+Blue) = 124+222+70=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 222 (87.11% from 255 or 53.37% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 222 - color contains mainly: green. Hex color #7CDE46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CDE46 is #8321B9. Grayscale: #AFAFAF. Windows color (decimal): -8593850 or 4644476. OLE color: 4644476.

HSL color Cylindrical-coordinate representation of color #7CDE46: hue angle of 98.68º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7CDE46 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB12422270-
CMYK0.4400.680.13
HSL98.68º69.72%57.25%-
HSV(B)98.68º68.47%87.06%-
XYZ35.5456.9714.92-
YUV175.3768.5391.36-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.81%
GREEN value IS 222 (87.11% from 255) = 53.37%
BLUE value IS 70 (27.73% from 255) = 16.83%
R=29.81%
G=53.37%
B=16.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal124222700.4400.680.1398.6869.7257.25
Hex7CDE462C044D634639
Octal1743361065401041514310671
Binary111110011011110100011010110001000100110111000111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,222,70); }

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

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

 a { background-color: rgb(124,222,70); }

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

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

 span { border-color: rgb(124,222,70); }

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