Html Css Color HEX #7ADD4A Mantis

📋 copy color: '#7ADD4A'

red 122 ◦ green 221 ◦ blue 74

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

Shades of Mantis #7ADD4A

Tints of Mantis #7ADD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.75%

R = 29.26%
G = 53%
B = 17.75%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#7ADD4A (or 0x7ADD4A) is known color: Mantis. HEX triplet: 7A, DD and 4A. RGB value is (122,221,74). Sum of RGB (Red+Green+Blue) = 122+221+74=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADD4A is #8522B5. Grayscale: #AFAFAF. Windows color (decimal): -8725174 or 4906362. OLE color: 4906362.

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

Color convert

RGB 122 221 74 -
CMYK 0.45 0 0.67 0.13
HSL 100.41º 0.68% 0.58% -
HSV(B) 100.41º 0.67% 0.87% -
XYZ 35.12 56.34 15.5 -
YUV 174.64 71.2 90.45 -
System Red Green Blue C M Y K H S L
Decimal 122 221 74 0.45 0 0.67 0.13 100.41 0.68 0.58
Hex 7A DD 4A 2D 0 43 D 64 44 3A
Octal 172 335 112 55 0 103 15 144 104 72
Binary 1111010 11011101 1001010 101101 0 1000011 1101 1100100 1000100 111010

Color Harmonies of #7ADD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADD4A

Black with #7ADD4A

Text Example


Text Example

White with #7ADD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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