#6ED04A

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

Shades of Mantis #6ED04A

Tints of Mantis #6ED04A

Color information

#6ED04A (or 0x6ED04A) is unknown color: approx Mantis. HEX triplet: 6E, D0 and 4A. RGB value is (110,208,74). Sum of RGB (Red+Green+Blue) = 110+208+74=392 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.06% from 392); Green value is 208 (81.64% from 255 or 53.06% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED04A is #912FB5. Grayscale: #A3A3A3. Windows color (decimal): -9514934 or 4903022. OLE color: 4903022.

HSL color Cylindrical-coordinate representation of color #6ED04A: hue angle of 103.88º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6ED04A is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB11020874-
CMYK0.4700.640.18
HSL103.88º58.77%55.29%-
HSV(B)103.88º64.42%81.57%-
XYZ30.2248.9214.33-
YUV163.4277.5389.9-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.06%
GREEN value IS 208 (81.64% from 255) = 53.06%
BLUE value IS 74 (29.30% from 255) = 18.88%
R=28.06%
G=53.06%
B=18.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal110208740.4700.640.18103.8858.7755.29
Hex6ED04A2F04012683b37
Octal156320112570100221507367
Binary110111011010000100101010111101000000100101101000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,208,74); }

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

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

 a { background-color: rgb(110,208,74); }

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

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

 span { border-color: rgb(110,208,74); }

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