Html Css Color HEX #80ED76 Pastel Green

📋 copy color: '#80ED76'

red 128 ◦ green 237 ◦ blue 118

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

Shades of Pastel Green #80ED76

Tints of Pastel Green #80ED76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.43%

R = 26.5%
G = 49.07%
B = 24.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#80ED76 (or 0x80ED76) is known color: Pastel Green. HEX triplet: 80, ED and 76. RGB value is (128,237,118). Sum of RGB (Red+Green+Blue) = 128+237+118=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #80ED76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80ED76 is #7F1289. Grayscale: #BFBFBF. Windows color (decimal): -8327818 or 7794048. OLE color: 7794048.

HSL color Cylindrical-coordinate representation of color #80ED76: hue angle of 114.96º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80ED76 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 237 118 -
CMYK 0.46 0 0.50 0.07
HSL 114.96º 0.77% 0.7% -
HSV(B) 114.96º 0.5% 0.93% -
XYZ 42.46 66.47 27.73 -
YUV 190.84 86.89 83.18 -
System Red Green Blue C M Y K H S L
Decimal 128 237 118 0.46 0 0.50 0.07 114.96 0.77 0.7
Hex 80 ED 76 2E 0 32 7 73 4D 46
Octal 200 355 166 56 0 62 7 163 115 106
Binary 10000000 11101101 1110110 101110 0 110010 111 1110011 1001101 1000110

Color Harmonies of #80ED76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ED76

Black with #80ED76

Text Example


Text Example

White with #80ED76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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