#6ADE47

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

Shades of Mantis #6ADE47

Tints of Mantis #6ADE47

Color information

#6ADE47 (or 0x6ADE47) is unknown color: approx Mantis. HEX triplet: 6A, DE and 47. RGB value is (106,222,71). Sum of RGB (Red+Green+Blue) = 106+222+71=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 222 (87.11% from 255 or 55.64% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADE47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADE47 is #9521B8. Grayscale: #AAAAAA. Windows color (decimal): -9773497 or 4709994. OLE color: 4709994.

HSL color Cylindrical-coordinate representation of color #6ADE47: hue angle of 106.09º 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 #6ADE47 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB10622271-
CMYK0.5200.680.13
HSL106.09º69.59%57.45%-
HSV(B)106.09º68.02%87.06%-
XYZ33.255.7614.97-
YUV170.172.0782.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.57%
GREEN value IS 222 (87.11% from 255) = 55.64%
BLUE value IS 71 (28.12% from 255) = 17.79%
R=26.57%
G=55.64%
B=17.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal106222710.5200.680.13106.0969.5957.45
Hex6ADE4734044D6a4639
Octal1523361076401041515210671
Binary110101011011110100011111010001000100110111010101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,222,71); }

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

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

 a { background-color: rgb(106,222,71); }

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

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

 span { border-color: rgb(106,222,71); }

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