Html Css Color HEX #7ADD40 Mantis

📋 copy color: '#7ADD40'

red 122 ◦ green 221 ◦ blue 64

#7ADD40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #7ADD40

Tints of Mantis #7ADD40

RGB

 RED value IS 122 (48.05% from 255) = 29.98%

 GREEN value IS 221 (86.72% from 255) = 54.3%

 BLUE value IS 64 (25.39% from 255) = 15.72%

R = 29.98%
G = 54.3%
B = 15.72%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#7ADD40 (or 0x7ADD40) is known color: Mantis. HEX triplet: 7A, DD and 40. RGB value is (122,221,64). Sum of RGB (Red+Green+Blue) = 122+221+64=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADD40 is #8522BF. Grayscale: #AEAEAE. Windows color (decimal): -8725184 or 4251002. OLE color: 4251002.

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

Color convert

RGB 122 221 64 -
CMYK 0.45 0 0.71 0.13
HSL 97.83º 0.7% 0.56% -
HSV(B) 97.83º 0.71% 0.87% -
XYZ 34.81 56.22 13.87 -
YUV 173.5 66.2 91.27 -
System Red Green Blue C M Y K H S L
Decimal 122 221 64 0.45 0 0.71 0.13 97.83 0.7 0.56
Hex 7A DD 40 2D 0 47 D 62 46 38
Octal 172 335 100 55 0 107 15 142 106 70
Binary 1111010 11011101 1000000 101101 0 1000111 1101 1100010 1000110 111000

Color Harmonies of #7ADD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADD40

Black with #7ADD40

Text Example


Text Example

White with #7ADD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7ADD40;
 }
 .AnyTagClassName
 {
   color: #7ADD40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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