Html Css Color HEX #7ADA50 Mantis

📋 copy color: '#7ADA50'

red 122 ◦ green 218 ◦ blue 80

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

Shades of Mantis #7ADA50

Tints of Mantis #7ADA50

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.9%

 BLUE value IS 80 (31.64% from 255) = 19.05%

R = 29.05%
G = 51.9%
B = 19.05%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#7ADA50 (or 0x7ADA50) is known color: Mantis. HEX triplet: 7A, DA and 50. RGB value is (122,218,80). Sum of RGB (Red+Green+Blue) = 122+218+80=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 218 (85.55% from 255 or 51.90% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADA50 is #8525AF. Grayscale: #AEAEAE. Windows color (decimal): -8725936 or 5298810. OLE color: 5298810.

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

Color convert

RGB 122 218 80 -
CMYK 0.44 0 0.63 0.15
HSL 101.74º 0.65% 0.58% -
HSV(B) 101.74º 0.63% 0.85% -
XYZ 34.55 54.86 16.36 -
YUV 173.56 75.2 91.22 -
System Red Green Blue C M Y K H S L
Decimal 122 218 80 0.44 0 0.63 0.15 101.74 0.65 0.58
Hex 7A DA 50 2C 0 3F F 66 41 3A
Octal 172 332 120 54 0 77 17 146 101 72
Binary 1111010 11011010 1010000 101100 0 111111 1111 1100110 1000001 111010

Color Harmonies of #7ADA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADA50

Black with #7ADA50

Text Example


Text Example

White with #7ADA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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