Html Css Color HEX #7ADD50 Mantis

📋 copy color: '#7ADD50'

red 122 ◦ green 221 ◦ blue 80

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

Shades of Mantis #7ADD50

Tints of Mantis #7ADD50

RGB

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

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

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

R = 28.84%
G = 52.25%
B = 18.91%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#7ADD50 (or 0x7ADD50) is known color: Mantis. HEX triplet: 7A, DD and 50. RGB value is (122,221,80). Sum of RGB (Red+Green+Blue) = 122+221+80=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADD50 is #8522AF. Grayscale: #AFAFAF. Windows color (decimal): -8725168 or 5299578. OLE color: 5299578.

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

Color convert

RGB 122 221 80 -
CMYK 0.45 0 0.64 0.13
HSL 102.13º 0.67% 0.59% -
HSV(B) 102.13º 0.64% 0.87% -
XYZ 35.33 56.43 16.62 -
YUV 175.33 74.2 89.96 -
System Red Green Blue C M Y K H S L
Decimal 122 221 80 0.45 0 0.64 0.13 102.13 0.67 0.59
Hex 7A DD 50 2D 0 40 D 66 43 3B
Octal 172 335 120 55 0 100 15 146 103 73
Binary 1111010 11011101 1010000 101101 0 1000000 1101 1100110 1000011 111011

Color Harmonies of #7ADD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADD50

Black with #7ADD50

Text Example


Text Example

White with #7ADD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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