Html Css Color HEX #7ADC40 Mantis

📋 copy color: '#7ADC40'

red 122 ◦ green 220 ◦ blue 64

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

Shades of Mantis #7ADC40

Tints of Mantis #7ADC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.76%

R = 30.05%
G = 54.19%
B = 15.76%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#7ADC40 (or 0x7ADC40) is known color: Mantis. HEX triplet: 7A, DC and 40. RGB value is (122,220,64). Sum of RGB (Red+Green+Blue) = 122+220+64=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADC40 is #8523BF. Grayscale: #ADADAD. Windows color (decimal): -8725440 or 4250746. OLE color: 4250746.

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

Color convert

RGB 122 220 64 -
CMYK 0.45 0 0.71 0.14
HSL 97.69º 0.69% 0.56% -
HSV(B) 97.69º 0.71% 0.86% -
XYZ 34.54 55.69 13.78 -
YUV 172.91 66.53 91.68 -
System Red Green Blue C M Y K H S L
Decimal 122 220 64 0.45 0 0.71 0.14 97.69 0.69 0.56
Hex 7A DC 40 2D 0 47 E 62 45 38
Octal 172 334 100 55 0 107 16 142 105 70
Binary 1111010 11011100 1000000 101101 0 1000111 1110 1100010 1000101 111000

Color Harmonies of #7ADC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADC40

Black with #7ADC40

Text Example


Text Example

White with #7ADC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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