Html Css Color HEX #80E775 Pastel Green

📋 copy color: '#80E775'

red 128 ◦ green 231 ◦ blue 117

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

Shades of Pastel Green #80E775

Tints of Pastel Green #80E775

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.53%

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

R = 26.89%
G = 48.53%
B = 24.58%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#80E775 (or 0x80E775) is known color: Pastel Green. HEX triplet: 80, E7 and 75. RGB value is (128,231,117). Sum of RGB (Red+Green+Blue) = 128+231+117=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 231 (90.62% from 255 or 48.53% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 231 - color contains mainly: green. Hex color #80E775 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E775 is #7F188A. Grayscale: #BBBBBB. Windows color (decimal): -8329355 or 7726976. OLE color: 7726976.

HSL color Cylindrical-coordinate representation of color #80E775: hue angle of 114.21º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80E775 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 128 231 117 -
CMYK 0.45 0 0.49 0.09
HSL 114.21º 0.7% 0.68% -
HSV(B) 114.21º 0.49% 0.91% -
XYZ 40.69 63.03 26.85 -
YUV 187.21 88.38 85.77 -
System Red Green Blue C M Y K H S L
Decimal 128 231 117 0.45 0 0.49 0.09 114.21 0.7 0.68
Hex 80 E7 75 2D 0 31 9 72 46 44
Octal 200 347 165 55 0 61 11 162 106 104
Binary 10000000 11100111 1110101 101101 0 110001 1001 1110010 1000110 1000100

Color Harmonies of #80E775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E775

Black with #80E775

Text Example


Text Example

White with #80E775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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