#7EDE41

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

Shades of Mantis #7EDE41

Tints of Mantis #7EDE41

Color information

#7EDE41 (or 0x7EDE41) is unknown color: approx Mantis. HEX triplet: 7E, DE and 41. RGB value is (126,222,65). Sum of RGB (Red+Green+Blue) = 126+222+65=413 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.51% from 413); Green value is 222 (87.11% from 255 or 53.75% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDE41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDE41 is #8121BE. Grayscale: #AFAFAF. Windows color (decimal): -8462783 or 4316798. OLE color: 4316798.

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

Color convert

RGB12622265-
CMYK0.4300.710.13
HSL96.69º70.4%56.27%-
HSV(B)96.69º70.72%87.06%-
XYZ35.6857.0614.13-
YUV175.465.792.77-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.51%
GREEN value IS 222 (87.11% from 255) = 53.75%
BLUE value IS 65 (25.78% from 255) = 15.74%
R=30.51%
G=53.75%
B=15.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal126222650.4300.710.1396.6970.456.27
Hex7EDE412B047D614638
Octal1763361015301071514110670
Binary111111011011110100000110101101000111110111000011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,222,65); }

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

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

 a { background-color: rgb(126,222,65); }

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

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

 span { border-color: rgb(126,222,65); }

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