Html Css Color HEX #7AD74A Mantis

📋 copy color: '#7AD74A'

red 122 ◦ green 215 ◦ blue 74

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

Shades of Mantis #7AD74A

Tints of Mantis #7AD74A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.31%

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

R = 29.68%
G = 52.31%
B = 18%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#7AD74A (or 0x7AD74A) is known color: Mantis. HEX triplet: 7A, D7 and 4A. RGB value is (122,215,74). Sum of RGB (Red+Green+Blue) = 122+215+74=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 215 (84.38% from 255 or 52.31% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 215 - color contains mainly: green. Hex color #7AD74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD74A is #8528B5. Grayscale: #ABABAB. Windows color (decimal): -8726710 or 4904826. OLE color: 4904826.

HSL color Cylindrical-coordinate representation of color #7AD74A: hue angle of 99.57º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7AD74A is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 122 215 74 -
CMYK 0.43 0 0.66 0.16
HSL 99.57º 0.64% 0.57% -
HSV(B) 99.57º 0.66% 0.84% -
XYZ 33.56 53.23 14.98 -
YUV 171.12 73.19 92.96 -
System Red Green Blue C M Y K H S L
Decimal 122 215 74 0.43 0 0.66 0.16 99.57 0.64 0.57
Hex 7A D7 4A 2B 0 42 10 64 40 39
Octal 172 327 112 53 0 102 20 144 100 71
Binary 1111010 11010111 1001010 101011 0 1000010 10000 1100100 1000000 111001

Color Harmonies of #7AD74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD74A

Black with #7AD74A

Text Example


Text Example

White with #7AD74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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