#7ADA4D

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

Shades of Mantis #7ADA4D

Tints of Mantis #7ADA4D

Color information

#7ADA4D (or 0x7ADA4D) is unknown color: approx Mantis. HEX triplet: 7A, DA and 4D. RGB value is (122,218,77). Sum of RGB (Red+Green+Blue) = 122+218+77=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 218 (85.55% from 255 or 52.28% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADA4D is #8525B2. Grayscale: #ADADAD. Windows color (decimal): -8725939 or 5102202. OLE color: 5102202.

HSL color Cylindrical-coordinate representation of color #7ADA4D: hue angle of 100.85º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7ADA4D is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB12221877-
CMYK0.4400.650.15
HSL100.85º65.58%57.84%-
HSV(B)100.85º64.68%85.49%-
XYZ34.4454.8215.79-
YUV173.2273.791.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.26%
GREEN value IS 218 (85.55% from 255) = 52.28%
BLUE value IS 77 (30.47% from 255) = 18.47%
R=29.26%
G=52.28%
B=18.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal122218770.4400.650.15100.8565.5857.84
Hex7ADA4D2C041F65423a
Octal1723321155401011714510272
Binary111101011011010100110110110001000001111111001011000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,218,77); }

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

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

 a { background-color: rgb(122,218,77); }

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

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

 span { border-color: rgb(122,218,77); }

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