Html Css Color HEX #7AD049 Mantis

📋 copy color: '#7AD049'

red 122 ◦ green 208 ◦ blue 73

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

Shades of Mantis #7AD049

Tints of Mantis #7AD049

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.61%

 BLUE value IS 73 (28.91% from 255) = 18.11%

R = 30.27%
G = 51.61%
B = 18.11%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#7AD049 (or 0x7AD049) is known color: Mantis. HEX triplet: 7A, D0 and 49. RGB value is (122,208,73). Sum of RGB (Red+Green+Blue) = 122+208+73=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD049 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD049 is #852FB6. Grayscale: #A7A7A7. Windows color (decimal): -8728503 or 4837498. OLE color: 4837498.

HSL color Cylindrical-coordinate representation of color #7AD049: hue angle of 98.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7AD049 is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 208 73 -
CMYK 0.41 0 0.65 0.18
HSL 98.22º 0.59% 0.55% -
HSV(B) 98.22º 0.65% 0.82% -
XYZ 31.78 49.73 14.23 -
YUV 166.9 75.01 95.98 -
System Red Green Blue C M Y K H S L
Decimal 122 208 73 0.41 0 0.65 0.18 98.22 0.59 0.55
Hex 7A D0 49 29 0 41 12 62 3B 37
Octal 172 320 111 51 0 101 22 142 73 67
Binary 1111010 11010000 1001001 101001 0 1000001 10010 1100010 111011 110111

Color Harmonies of #7AD049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD049

Black with #7AD049

Text Example


Text Example

White with #7AD049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,208,73); }

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

background-color css

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

 a { background-color: rgb(122,208,73); }

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

border-color css

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

 span { border-color: rgb(122,208,73); }

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