Html Css Color HEX #7ADB4A Mantis

📋 copy color: '#7ADB4A'

red 122 ◦ green 219 ◦ blue 74

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

Shades of Mantis #7ADB4A

Tints of Mantis #7ADB4A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.77%

 BLUE value IS 74 (29.3% from 255) = 17.83%

R = 29.4%
G = 52.77%
B = 17.83%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#7ADB4A (or 0x7ADB4A) is known color: Mantis. HEX triplet: 7A, DB and 4A. RGB value is (122,219,74). Sum of RGB (Red+Green+Blue) = 122+219+74=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 219 (85.94% from 255 or 52.77% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 219 - color contains mainly: green. Hex color #7ADB4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADB4A is #8524B5. Grayscale: #ADADAD. Windows color (decimal): -8725686 or 4905850. OLE color: 4905850.

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

Color convert

RGB 122 219 74 -
CMYK 0.44 0 0.66 0.14
HSL 100.14º 0.67% 0.57% -
HSV(B) 100.14º 0.66% 0.86% -
XYZ 34.59 55.3 15.33 -
YUV 173.47 71.86 91.29 -
System Red Green Blue C M Y K H S L
Decimal 122 219 74 0.44 0 0.66 0.14 100.14 0.67 0.57
Hex 7A DB 4A 2C 0 42 E 64 43 39
Octal 172 333 112 54 0 102 16 144 103 71
Binary 1111010 11011011 1001010 101100 0 1000010 1110 1100100 1000011 111001

Color Harmonies of #7ADB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADB4A

Black with #7ADB4A

Text Example


Text Example

White with #7ADB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,219,74); }

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

background-color css

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

 a { background-color: rgb(122,219,74); }

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

border-color css

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

 span { border-color: rgb(122,219,74); }

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