Html Css Color HEX #80E476 Pastel Green

📋 copy color: '#80E476'

red 128 ◦ green 228 ◦ blue 118

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

Shades of Pastel Green #80E476

Tints of Pastel Green #80E476

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.1%

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

R = 27%
G = 48.1%
B = 24.89%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#80E476 (or 0x80E476) is known color: Pastel Green. HEX triplet: 80, E4 and 76. RGB value is (128,228,118). Sum of RGB (Red+Green+Blue) = 128+228+118=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 228 (89.45% from 255 or 48.10% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 228 - color contains mainly: green. Hex color #80E476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E476 is #7F1B89. Grayscale: #B9B9B9. Windows color (decimal): -8330122 or 7791744. OLE color: 7791744.

HSL color Cylindrical-coordinate representation of color #80E476: hue angle of 114.55º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80E476 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 228 118 -
CMYK 0.44 0 0.48 0.11
HSL 114.55º 0.67% 0.68% -
HSV(B) 114.55º 0.48% 0.89% -
XYZ 39.92 61.38 26.88 -
YUV 185.56 89.87 86.94 -
System Red Green Blue C M Y K H S L
Decimal 128 228 118 0.44 0 0.48 0.11 114.55 0.67 0.68
Hex 80 E4 76 2C 0 30 B 73 43 44
Octal 200 344 166 54 0 60 13 163 103 104
Binary 10000000 11100100 1110110 101100 0 110000 1011 1110011 1000011 1000100

Color Harmonies of #80E476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E476

Black with #80E476

Text Example


Text Example

White with #80E476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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