Html Css Color HEX #7ADC50 Mantis

📋 copy color: '#7ADC50'

red 122 ◦ green 220 ◦ blue 80

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

Shades of Mantis #7ADC50

Tints of Mantis #7ADC50

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.13%

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

R = 28.91%
G = 52.13%
B = 18.96%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#7ADC50 (or 0x7ADC50) is known color: Mantis. HEX triplet: 7A, DC and 50. RGB value is (122,220,80). Sum of RGB (Red+Green+Blue) = 122+220+80=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADC50 is #8523AF. Grayscale: #AFAFAF. Windows color (decimal): -8725424 or 5299322. OLE color: 5299322.

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

Color convert

RGB 122 220 80 -
CMYK 0.45 0 0.64 0.14
HSL 102º 0.67% 0.59% -
HSV(B) 102º 0.64% 0.86% -
XYZ 35.07 55.9 16.53 -
YUV 174.74 74.53 90.38 -
System Red Green Blue C M Y K H S L
Decimal 122 220 80 0.45 0 0.64 0.14 102 0.67 0.59
Hex 7A DC 50 2D 0 40 E 66 43 3B
Octal 172 334 120 55 0 100 16 146 103 73
Binary 1111010 11011100 1010000 101101 0 1000000 1110 1100110 1000011 111011

Color Harmonies of #7ADC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADC50

Black with #7ADC50

Text Example


Text Example

White with #7ADC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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