Html Css Color HEX #80E475 Pastel Green

📋 copy color: '#80E475'

red 128 ◦ green 228 ◦ blue 117

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

Shades of Pastel Green #80E475

Tints of Pastel Green #80E475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.74%

R = 27.06%
G = 48.2%
B = 24.74%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#80E475 (or 0x80E475) is known color: Pastel Green. HEX triplet: 80, E4 and 75. RGB value is (128,228,117). Sum of RGB (Red+Green+Blue) = 128+228+117=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 228 (89.45% from 255 or 48.20% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 228 - color contains mainly: green. Hex color #80E475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E475 is #7F1B8A. Grayscale: #B9B9B9. Windows color (decimal): -8330123 or 7726208. OLE color: 7726208.

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

Color convert

RGB 128 228 117 -
CMYK 0.44 0 0.49 0.11
HSL 114.05º 0.67% 0.68% -
HSV(B) 114.05º 0.49% 0.89% -
XYZ 39.86 61.36 26.57 -
YUV 185.45 89.37 87.03 -
System Red Green Blue C M Y K H S L
Decimal 128 228 117 0.44 0 0.49 0.11 114.05 0.67 0.68
Hex 80 E4 75 2C 0 31 B 72 43 44
Octal 200 344 165 54 0 61 13 162 103 104
Binary 10000000 11100100 1110101 101100 0 110001 1011 1110010 1000011 1000100

Color Harmonies of #80E475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E475

Black with #80E475

Text Example


Text Example

White with #80E475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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