#6adf45

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

Shades of Mantis #6ADF45

Tints of Mantis #6ADF45

Color information

#6ADF45 (or 0x6ADF45) is unknown color: approx Mantis. HEX triplet: 6A, DF and 45. RGB value is (106,223,69). Sum of RGB (Red+Green+Blue) = 106+223+69=398 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.63% from 398); Green value is 223 (87.5% from 255 or 56.03% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADF45 is #9520BA. Grayscale: #AAAAAA. Windows color (decimal): -9773243 or 4579178. OLE color: 4579178.

HSL color Cylindrical-coordinate representation of color #6ADF45: hue angle of 105.58º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6ADF45 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB10622369-
CMYK0.5200.690.13
HSL105.58º70.64%57.25%-
HSV(B)105.58º69.06%87.45%-
XYZ33.4156.2714.73-
YUV170.4670.7482.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.63%
GREEN value IS 223 (87.5% from 255) = 56.03%
BLUE value IS 69 (27.34% from 255) = 17.34%
R=26.63%
G=56.03%
B=17.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal106223690.5200.690.13105.5870.6457.25
Hex6ADF4534045D6a4739
Octal1523371056401051515210771
Binary110101011011111100010111010001000101110111010101000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6adf45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,223,69); }

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

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

 a { background-color: rgb(106,223,69); }

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

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

 span { border-color: rgb(106,223,69); }

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