Html Css Color HEX #7EEA80 Pastel Green

📋 copy color: '#7EEA80'

red 126 ◦ green 234 ◦ blue 128

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

Shades of Pastel Green #7EEA80

Tints of Pastel Green #7EEA80

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.95%

 BLUE value IS 128 (50.39% from 255) = 26.23%

R = 25.82%
G = 47.95%
B = 26.23%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#7EEA80 (or 0x7EEA80) is known color: Pastel Green. HEX triplet: 7E, EA and 80. RGB value is (126,234,128). Sum of RGB (Red+Green+Blue) = 126+234+128=488 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.82% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #7EEA80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EEA80 is #81157F. Grayscale: #BDBDBD. Windows color (decimal): -8459648 or 8448638. OLE color: 8448638.

HSL color Cylindrical-coordinate representation of color #7EEA80: hue angle of 121.11º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EEA80 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 126 234 128 -
CMYK 0.46 0 0.45 0.08
HSL 121.11º 0.72% 0.71% -
HSV(B) 121.11º 0.46% 0.92% -
XYZ 41.92 64.84 30.73 -
YUV 189.62 93.22 82.62 -
System Red Green Blue C M Y K H S L
Decimal 126 234 128 0.46 0 0.45 0.08 121.11 0.72 0.71
Hex 7E EA 80 2E 0 2D 8 79 48 47
Octal 176 352 200 56 0 55 10 171 110 107
Binary 1111110 11101010 10000000 101110 0 101101 1000 1111001 1001000 1000111

Color Harmonies of #7EEA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EEA80

Black with #7EEA80

Text Example


Text Example

White with #7EEA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,234,128); }

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

background-color css

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

 a { background-color: rgb(126,234,128); }

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

border-color css

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

 span { border-color: rgb(126,234,128); }

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