Html Css Color HEX #7AD45F Mantis

📋 copy color: '#7AD45F'

red 122 ◦ green 212 ◦ blue 95

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

Shades of Mantis #7AD45F

Tints of Mantis #7AD45F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.42%

 BLUE value IS 95 (37.5% from 255) = 22.14%

R = 28.44%
G = 49.42%
B = 22.14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#7AD45F (or 0x7AD45F) is known color: Mantis. HEX triplet: 7A, D4 and 5F. RGB value is (122,212,95). Sum of RGB (Red+Green+Blue) = 122+212+95=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 212 (83.20% from 255 or 49.42% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD45F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD45F is #852BA0. Grayscale: #ACACAC. Windows color (decimal): -8727457 or 6280314. OLE color: 6280314.

HSL color Cylindrical-coordinate representation of color #7AD45F: hue angle of 106.15º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7AD45F is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 122 212 95 -
CMYK 0.42 0 0.55 0.17
HSL 106.15º 0.58% 0.6% -
HSV(B) 106.15º 0.55% 0.83% -
XYZ 33.64 52.05 19.1 -
YUV 171.75 84.68 92.51 -
System Red Green Blue C M Y K H S L
Decimal 122 212 95 0.42 0 0.55 0.17 106.15 0.58 0.6
Hex 7A D4 5F 2A 0 37 11 6A 3A 3C
Octal 172 324 137 52 0 67 21 152 72 74
Binary 1111010 11010100 1011111 101010 0 110111 10001 1101010 111010 111100

Color Harmonies of #7AD45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD45F

Black with #7AD45F

Text Example


Text Example

White with #7AD45F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,212,95); }

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

background-color css

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

 a { background-color: rgb(122,212,95); }

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

border-color css

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

 span { border-color: rgb(122,212,95); }

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