Html Css Color HEX #80EF7D Pastel Green

📋 copy color: '#80EF7D'

red 128 ◦ green 239 ◦ blue 125

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

Shades of Pastel Green #80EF7D

Tints of Pastel Green #80EF7D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.58%

 BLUE value IS 125 (49.22% from 255) = 25.41%

R = 26.02%
G = 48.58%
B = 25.41%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#80EF7D (or 0x80EF7D) is known color: Pastel Green. HEX triplet: 80, EF and 7D. RGB value is (128,239,125). Sum of RGB (Red+Green+Blue) = 128+239+125=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #80EF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EF7D is #7F1082. Grayscale: #C1C1C1. Windows color (decimal): -8327299 or 8253312. OLE color: 8253312.

HSL color Cylindrical-coordinate representation of color #80EF7D: hue angle of 118.42º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80EF7D is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 239 125 -
CMYK 0.46 0 0.48 0.06
HSL 118.42º 0.78% 0.71% -
HSV(B) 118.42º 0.48% 0.94% -
XYZ 43.47 67.8 30.2 -
YUV 192.82 89.73 81.77 -
System Red Green Blue C M Y K H S L
Decimal 128 239 125 0.46 0 0.48 0.06 118.42 0.78 0.71
Hex 80 EF 7D 2E 0 30 6 76 4E 47
Octal 200 357 175 56 0 60 6 166 116 107
Binary 10000000 11101111 1111101 101110 0 110000 110 1110110 1001110 1000111

Color Harmonies of #80EF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EF7D

Black with #80EF7D

Text Example


Text Example

White with #80EF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,239,125); }

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

background-color css

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

 a { background-color: rgb(128,239,125); }

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

border-color css

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

 span { border-color: rgb(128,239,125); }

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