Html Css Color HEX #7ED950 Mantis

📋 copy color: '#7ED950'

red 126 ◦ green 217 ◦ blue 80

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

Shades of Mantis #7ED950

Tints of Mantis #7ED950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.3%

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

R = 29.79%
G = 51.3%
B = 18.91%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#7ED950 (or 0x7ED950) is known color: Mantis. HEX triplet: 7E, D9 and 50. RGB value is (126,217,80). Sum of RGB (Red+Green+Blue) = 126+217+80=423 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.79% from 423); Green value is 217 (85.16% from 255 or 51.30% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED950 is #8126AF. Grayscale: #AEAEAE. Windows color (decimal): -8464048 or 5298558. OLE color: 5298558.

HSL color Cylindrical-coordinate representation of color #7ED950: hue angle of 99.85º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7ED950 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 217 80 -
CMYK 0.42 0 0.63 0.15
HSL 99.85º 0.64% 0.58% -
HSV(B) 99.85º 0.63% 0.85% -
XYZ 34.87 54.64 16.3 -
YUV 174.17 74.85 93.64 -
System Red Green Blue C M Y K H S L
Decimal 126 217 80 0.42 0 0.63 0.15 99.85 0.64 0.58
Hex 7E D9 50 2A 0 3F F 64 40 3A
Octal 176 331 120 52 0 77 17 144 100 72
Binary 1111110 11011001 1010000 101010 0 111111 1111 1100100 1000000 111010

Color Harmonies of #7ED950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED950

Black with #7ED950

Text Example


Text Example

White with #7ED950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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