Html Css Color HEX #7ED650 Mantis

📋 copy color: '#7ED650'

red 126 ◦ green 214 ◦ blue 80

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

Shades of Mantis #7ED650

Tints of Mantis #7ED650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.95%

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

R = 30%
G = 50.95%
B = 19.05%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#7ED650 (or 0x7ED650) is known color: Mantis. HEX triplet: 7E, D6 and 50. RGB value is (126,214,80). Sum of RGB (Red+Green+Blue) = 126+214+80=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED650 is #8129AF. Grayscale: #ACACAC. Windows color (decimal): -8464816 or 5297790. OLE color: 5297790.

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

Color convert

RGB 126 214 80 -
CMYK 0.41 0 0.63 0.16
HSL 99.4º 0.62% 0.58% -
HSV(B) 99.4º 0.63% 0.84% -
XYZ 34.1 53.11 16.04 -
YUV 172.41 75.85 94.9 -
System Red Green Blue C M Y K H S L
Decimal 126 214 80 0.41 0 0.63 0.16 99.4 0.62 0.58
Hex 7E D6 50 29 0 3F 10 63 3E 3A
Octal 176 326 120 51 0 77 20 143 76 72
Binary 1111110 11010110 1010000 101001 0 111111 10000 1100011 111110 111010

Color Harmonies of #7ED650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED650

Black with #7ED650

Text Example


Text Example

White with #7ED650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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