#7ADD5D

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

Shades of Mantis #7ADD5D

Tints of Mantis #7ADD5D

Color information

#7ADD5D (or 0x7ADD5D) is unknown color: approx Mantis. HEX triplet: 7A, DD and 5D. RGB value is (122,221,93). Sum of RGB (Red+Green+Blue) = 122+221+93=436 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.98% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADD5D is #8522A2. Grayscale: #B1B1B1. Windows color (decimal): -8725155 or 6151546. OLE color: 6151546.

HSL color Cylindrical-coordinate representation of color #7ADD5D: hue angle of 106.41º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7ADD5D is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB12222193-
CMYK0.4500.580.13
HSL106.41º65.31%61.57%-
HSV(B)106.41º57.92%86.67%-
XYZ35.8656.6419.4-
YUV176.8180.788.91-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.98%
GREEN value IS 221 (86.72% from 255) = 50.69%
BLUE value IS 93 (36.72% from 255) = 21.33%
R=27.98%
G=50.69%
B=21.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal122221930.4500.580.13106.4165.3161.57
Hex7ADD5D2D03AD6a413e
Octal172335135550721515210176
Binary11110101101110110111011011010111010110111010101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,221,93); }

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

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

 a { background-color: rgb(122,221,93); }

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

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

 span { border-color: rgb(122,221,93); }

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