Html Css Color HEX #7ED550 Mantis

📋 copy color: '#7ED550'

red 126 ◦ green 213 ◦ blue 80

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

Shades of Mantis #7ED550

Tints of Mantis #7ED550

RGB

 RED value IS 126 (49.61% from 255) = 30.07%

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

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

R = 30.07%
G = 50.84%
B = 19.09%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#7ED550 (or 0x7ED550) is known color: Mantis. HEX triplet: 7E, D5 and 50. RGB value is (126,213,80). Sum of RGB (Red+Green+Blue) = 126+213+80=419 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.07% from 419); Green value is 213 (83.59% from 255 or 50.84% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED550 is #812AAF. Grayscale: #ACACAC. Windows color (decimal): -8465072 or 5297534. OLE color: 5297534.

HSL color Cylindrical-coordinate representation of color #7ED550: hue angle of 99.25º 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 #7ED550 is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 126 213 80 -
CMYK 0.41 0 0.62 0.16
HSL 99.25º 0.61% 0.57% -
HSV(B) 99.25º 0.62% 0.84% -
XYZ 33.85 52.6 15.96 -
YUV 171.83 76.18 95.31 -
System Red Green Blue C M Y K H S L
Decimal 126 213 80 0.41 0 0.62 0.16 99.25 0.61 0.57
Hex 7E D5 50 29 0 3E 10 63 3D 39
Octal 176 325 120 51 0 76 20 143 75 71
Binary 1111110 11010101 1010000 101001 0 111110 10000 1100011 111101 111001

Color Harmonies of #7ED550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED550

Black with #7ED550

Text Example


Text Example

White with #7ED550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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