Html Css Color HEX #7EDC7A Pastel Green

📋 copy color: '#7EDC7A'

red 126 ◦ green 220 ◦ blue 122

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

Shades of Pastel Green #7EDC7A

Tints of Pastel Green #7EDC7A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.01%

 BLUE value IS 122 (48.05% from 255) = 26.07%

R = 26.92%
G = 47.01%
B = 26.07%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#7EDC7A (or 0x7EDC7A) is known color: Pastel Green. HEX triplet: 7E, DC and 7A. RGB value is (126,220,122). Sum of RGB (Red+Green+Blue) = 126+220+122=468 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.92% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDC7A is #812385. Grayscale: #B5B5B5. Windows color (decimal): -8463238 or 8051838. OLE color: 8051838.

HSL color Cylindrical-coordinate representation of color #7EDC7A: hue angle of 117.55º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7EDC7A is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 220 122 -
CMYK 0.43 0 0.45 0.14
HSL 117.55º 0.58% 0.67% -
HSV(B) 117.55º 0.45% 0.86% -
XYZ 37.71 57.03 27.43 -
YUV 180.72 94.86 88.97 -
System Red Green Blue C M Y K H S L
Decimal 126 220 122 0.43 0 0.45 0.14 117.55 0.58 0.67
Hex 7E DC 7A 2B 0 2D E 76 3A 43
Octal 176 334 172 53 0 55 16 166 72 103
Binary 1111110 11011100 1111010 101011 0 101101 1110 1110110 111010 1000011

Color Harmonies of #7EDC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDC7A

Black with #7EDC7A

Text Example


Text Example

White with #7EDC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,220,122); }

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

background-color css

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

 a { background-color: rgb(126,220,122); }

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

border-color css

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

 span { border-color: rgb(126,220,122); }

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