Html Css Color HEX #7AD040 Mantis

📋 copy color: '#7AD040'

red 122 ◦ green 208 ◦ blue 64

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

Shades of Mantis #7AD040

Tints of Mantis #7AD040

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.79%

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

R = 30.96%
G = 52.79%
B = 16.24%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#7AD040 (or 0x7AD040) is known color: Mantis. HEX triplet: 7A, D0 and 40. RGB value is (122,208,64). Sum of RGB (Red+Green+Blue) = 122+208+64=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD040 is #852FBF. Grayscale: #A6A6A6. Windows color (decimal): -8728512 or 4247674. OLE color: 4247674.

HSL color Cylindrical-coordinate representation of color #7AD040: hue angle of 95.83º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7AD040 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 208 64 -
CMYK 0.41 0 0.69 0.18
HSL 95.83º 0.61% 0.53% -
HSV(B) 95.83º 0.69% 0.82% -
XYZ 31.51 49.62 12.77 -
YUV 165.87 70.51 96.71 -
System Red Green Blue C M Y K H S L
Decimal 122 208 64 0.41 0 0.69 0.18 95.83 0.61 0.53
Hex 7A D0 40 29 0 45 12 60 3D 35
Octal 172 320 100 51 0 105 22 140 75 65
Binary 1111010 11010000 1000000 101001 0 1000101 10010 1100000 111101 110101

Color Harmonies of #7AD040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD040

Black with #7AD040

Text Example


Text Example

White with #7AD040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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