#6ED45A

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

Shades of Mantis #6ED45A

Tints of Mantis #6ED45A

Color information

#6ED45A (or 0x6ED45A) is unknown color: approx Mantis. HEX triplet: 6E, D4 and 5A. RGB value is (110,212,90). Sum of RGB (Red+Green+Blue) = 110+212+90=412 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.70% from 412); Green value is 212 (83.20% from 255 or 51.46% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 212 - color contains mainly: green. Hex color #6ED45A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED45A is #912BA5. Grayscale: #A7A7A7. Windows color (decimal): -9513894 or 5952622. OLE color: 5952622.

HSL color Cylindrical-coordinate representation of color #6ED45A: hue angle of 110.16º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ED45A is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB11021290-
CMYK0.4800.580.17
HSL110.16º58.65%59.22%-
HSV(B)110.16º57.55%83.14%-
XYZ31.8251.1417.87-
YUV167.5984.2186.92-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.70%
GREEN value IS 212 (83.20% from 255) = 51.46%
BLUE value IS 90 (35.55% from 255) = 21.84%
R=26.70%
G=51.46%
B=21.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal110212900.4800.580.17110.1658.6559.22
Hex6ED45A3003A116e3b3b
Octal15632413260072211567373
Binary11011101101010010110101100000111010100011101110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ED45A; }

 p { color: rgb(110,212,90); }

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

<style>
 a { background-color: #6ED45A; }

 a { background-color: rgb(110,212,90); }

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

<style>
 span { border-color: #6ED45A; }

 span { border-color: rgb(110,212,90); }

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