Html Css Color HEX #7AD04C Mantis

📋 copy color: '#7AD04C'

red 122 ◦ green 208 ◦ blue 76

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

Shades of Mantis #7AD04C

Tints of Mantis #7AD04C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.72%

R = 30.05%
G = 51.23%
B = 18.72%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#7AD04C (or 0x7AD04C) is known color: Mantis. HEX triplet: 7A, D0 and 4C. RGB value is (122,208,76). Sum of RGB (Red+Green+Blue) = 122+208+76=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 208 (81.64% from 255 or 51.23% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD04C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD04C is #852FB3. Grayscale: #A7A7A7. Windows color (decimal): -8728500 or 5034106. OLE color: 5034106.

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

Color convert

RGB 122 208 76 -
CMYK 0.41 0 0.63 0.18
HSL 99.09º 0.58% 0.56% -
HSV(B) 99.09º 0.63% 0.82% -
XYZ 31.89 49.77 14.76 -
YUV 167.24 76.51 95.73 -
System Red Green Blue C M Y K H S L
Decimal 122 208 76 0.41 0 0.63 0.18 99.09 0.58 0.56
Hex 7A D0 4C 29 0 3F 12 63 3A 38
Octal 172 320 114 51 0 77 22 143 72 70
Binary 1111010 11010000 1001100 101001 0 111111 10010 1100011 111010 111000

Color Harmonies of #7AD04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD04C

Black with #7AD04C

Text Example


Text Example

White with #7AD04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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