Html Css Color HEX #80ED7E Pastel Green

📋 copy color: '#80ED7E'

red 128 ◦ green 237 ◦ blue 126

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

Shades of Pastel Green #80ED7E

Tints of Pastel Green #80ED7E

RGB

 RED value IS 128 (50.39% from 255) = 26.07%

 GREEN value IS 237 (92.97% from 255) = 48.27%

 BLUE value IS 126 (49.61% from 255) = 25.66%

R = 26.07%
G = 48.27%
B = 25.66%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#80ED7E (or 0x80ED7E) is known color: Pastel Green. HEX triplet: 80, ED and 7E. RGB value is (128,237,126). Sum of RGB (Red+Green+Blue) = 128+237+126=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #80ED7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80ED7E is #7F1281. Grayscale: #C0C0C0. Windows color (decimal): -8327810 or 8318336. OLE color: 8318336.

HSL color Cylindrical-coordinate representation of color #80ED7E: hue angle of 118.92º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80ED7E is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 237 126 -
CMYK 0.46 0 0.47 0.07
HSL 118.92º 0.76% 0.71% -
HSV(B) 118.92º 0.47% 0.93% -
XYZ 42.95 66.66 30.34 -
YUV 191.76 90.89 82.53 -
System Red Green Blue C M Y K H S L
Decimal 128 237 126 0.46 0 0.47 0.07 118.92 0.76 0.71
Hex 80 ED 7E 2E 0 2F 7 77 4C 47
Octal 200 355 176 56 0 57 7 167 114 107
Binary 10000000 11101101 1111110 101110 0 101111 111 1110111 1001100 1000111

Color Harmonies of #80ED7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ED7E

Black with #80ED7E

Text Example


Text Example

White with #80ED7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80ED7E; }

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

 H1.HeaderClassName
 {
   color: #80ED7E;
 }
 .AnyTagClassName
 {
   color: #80ED7E;
 }
</style>

background-color css

<style>
 a { background-color: #80ED7E; }

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

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

border-color css

<style>
 span { border-color: #80ED7E; }

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

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