#7AD341

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

Shades of Mantis #7AD341

Tints of Mantis #7AD341

Color information

#7AD341 (or 0x7AD341) is unknown color: approx Mantis. HEX triplet: 7A, D3 and 41. RGB value is (122,211,65). Sum of RGB (Red+Green+Blue) = 122+211+65=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 211 (82.81% from 255 or 53.02% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD341 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD341 is #852CBE. Grayscale: #A8A8A8. Windows color (decimal): -8727743 or 4313978. OLE color: 4313978.

HSL color Cylindrical-coordinate representation of color #7AD341: hue angle of 96.58º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7AD341 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB12221165-
CMYK0.4200.690.17
HSL96.58º62.39%54.12%-
HSV(B)96.58º69.19%82.75%-
XYZ32.2751.1113.16-
YUV167.7470.0195.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.65%
GREEN value IS 211 (82.81% from 255) = 53.02%
BLUE value IS 65 (25.78% from 255) = 16.33%
R=30.65%
G=53.02%
B=16.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal122211650.4200.690.1796.5862.3954.12
Hex7AD3412A04511613e36
Octal172323101520105211417666
Binary111101011010011100000110101001000101100011100001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,211,65); }

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

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

 a { background-color: rgb(122,211,65); }

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

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

 span { border-color: rgb(122,211,65); }

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