Html Css Color HEX #80D775 Pastel Green

📋 copy color: '#80D775'

red 128 ◦ green 215 ◦ blue 117

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

Shades of Pastel Green #80D775

Tints of Pastel Green #80D775

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.74%

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

R = 27.83%
G = 46.74%
B = 25.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#80D775 (or 0x80D775) is known color: Pastel Green. HEX triplet: 80, D7 and 75. RGB value is (128,215,117). Sum of RGB (Red+Green+Blue) = 128+215+117=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 215 - color contains mainly: green. Hex color #80D775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D775 is #7F288A. Grayscale: #B2B2B2. Windows color (decimal): -8333451 or 7722880. OLE color: 7722880.

HSL color Cylindrical-coordinate representation of color #80D775: hue angle of 113.27º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80D775 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 215 117 -
CMYK 0.40 0 0.46 0.16
HSL 113.27º 0.55% 0.65% -
HSV(B) 113.27º 0.46% 0.84% -
XYZ 36.41 54.47 25.43 -
YUV 177.82 93.68 92.47 -
System Red Green Blue C M Y K H S L
Decimal 128 215 117 0.40 0 0.46 0.16 113.27 0.55 0.65
Hex 80 D7 75 28 0 2E 10 71 37 41
Octal 200 327 165 50 0 56 20 161 67 101
Binary 10000000 11010111 1110101 101000 0 101110 10000 1110001 110111 1000001

Color Harmonies of #80D775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D775

Black with #80D775

Text Example


Text Example

White with #80D775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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