Html Css Color HEX #7AD550 Mantis

📋 copy color: '#7AD550'

red 122 ◦ green 213 ◦ blue 80

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

Shades of Mantis #7AD550

Tints of Mantis #7AD550

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.33%

 BLUE value IS 80 (31.64% from 255) = 19.28%

R = 29.4%
G = 51.33%
B = 19.28%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#7AD550 (or 0x7AD550) is known color: Mantis. HEX triplet: 7A, D5 and 50. RGB value is (122,213,80). Sum of RGB (Red+Green+Blue) = 122+213+80=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD550 is #852AAF. Grayscale: #ABABAB. Windows color (decimal): -8727216 or 5297530. OLE color: 5297530.

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

Color convert

RGB 122 213 80 -
CMYK 0.43 0 0.62 0.16
HSL 101.05º 0.61% 0.57% -
HSV(B) 101.05º 0.62% 0.84% -
XYZ 33.27 52.31 15.93 -
YUV 170.63 76.85 93.31 -
System Red Green Blue C M Y K H S L
Decimal 122 213 80 0.43 0 0.62 0.16 101.05 0.61 0.57
Hex 7A D5 50 2B 0 3E 10 65 3D 39
Octal 172 325 120 53 0 76 20 145 75 71
Binary 1111010 11010101 1010000 101011 0 111110 10000 1100101 111101 111001

Color Harmonies of #7AD550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD550

Black with #7AD550

Text Example


Text Example

White with #7AD550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,213,80); }

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

background-color css

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

 a { background-color: rgb(122,213,80); }

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

border-color css

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

 span { border-color: rgb(122,213,80); }

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