Html Css Color HEX #7AD047 Mantis

📋 copy color: '#7AD047'

red 122 ◦ green 208 ◦ blue 71

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

Shades of Mantis #7AD047

Tints of Mantis #7AD047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.71%

R = 30.42%
G = 51.87%
B = 17.71%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#7AD047 (or 0x7AD047) is known color: Mantis. HEX triplet: 7A, D0 and 47. RGB value is (122,208,71). Sum of RGB (Red+Green+Blue) = 122+208+71=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 208 (81.64% from 255 or 51.87% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD047 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD047 is #852FB8. Grayscale: #A7A7A7. Windows color (decimal): -8728505 or 4706426. OLE color: 4706426.

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

Color convert

RGB 122 208 71 -
CMYK 0.41 0 0.66 0.18
HSL 97.66º 0.59% 0.55% -
HSV(B) 97.66º 0.66% 0.82% -
XYZ 31.72 49.7 13.88 -
YUV 166.67 74.01 96.14 -
System Red Green Blue C M Y K H S L
Decimal 122 208 71 0.41 0 0.66 0.18 97.66 0.59 0.55
Hex 7A D0 47 29 0 42 12 62 3B 37
Octal 172 320 107 51 0 102 22 142 73 67
Binary 1111010 11010000 1000111 101001 0 1000010 10010 1100010 111011 110111

Color Harmonies of #7AD047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD047

Black with #7AD047

Text Example


Text Example

White with #7AD047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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