Html Css Color HEX #7ED742 Mantis

📋 copy color: '#7ED742'

red 126 ◦ green 215 ◦ blue 66

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

Shades of Mantis #7ED742

Tints of Mantis #7ED742

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.83%

 BLUE value IS 66 (26.17% from 255) = 16.22%

R = 30.96%
G = 52.83%
B = 16.22%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#7ED742 (or 0x7ED742) is known color: Mantis. HEX triplet: 7E, D7 and 42. RGB value is (126,215,66). Sum of RGB (Red+Green+Blue) = 126+215+66=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 215 (84.38% from 255 or 52.83% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 215 - color contains mainly: green. Hex color #7ED742 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED742 is #8128BD. Grayscale: #ABABAB. Windows color (decimal): -8464574 or 4380542. OLE color: 4380542.

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

Color convert

RGB 126 215 66 -
CMYK 0.41 0 0.69 0.16
HSL 95.84º 0.65% 0.55% -
HSV(B) 95.84º 0.69% 0.84% -
XYZ 33.89 53.43 13.68 -
YUV 171.4 68.51 95.62 -
System Red Green Blue C M Y K H S L
Decimal 126 215 66 0.41 0 0.69 0.16 95.84 0.65 0.55
Hex 7E D7 42 29 0 45 10 60 41 37
Octal 176 327 102 51 0 105 20 140 101 67
Binary 1111110 11010111 1000010 101001 0 1000101 10000 1100000 1000001 110111

Color Harmonies of #7ED742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED742

Black with #7ED742

Text Example


Text Example

White with #7ED742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,215,66); }

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

background-color css

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

 a { background-color: rgb(126,215,66); }

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

border-color css

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

 span { border-color: rgb(126,215,66); }

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