Html Css Color HEX #80D76F Pastel Green

📋 copy color: '#80D76F'

red 128 ◦ green 215 ◦ blue 111

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

Shades of Pastel Green #80D76F

Tints of Pastel Green #80D76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.45%

R = 28.19%
G = 47.36%
B = 24.45%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#80D76F (or 0x80D76F) is known color: Pastel Green. HEX triplet: 80, D7 and 6F. RGB value is (128,215,111). Sum of RGB (Red+Green+Blue) = 128+215+111=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 215 (84.38% from 255 or 47.36% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 215 - color contains mainly: green. Hex color #80D76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D76F is #7F2890. Grayscale: #B1B1B1. Windows color (decimal): -8333457 or 7329664. OLE color: 7329664.

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

Color convert

RGB 128 215 111 -
CMYK 0.40 0 0.48 0.16
HSL 110.19º 0.57% 0.64% -
HSV(B) 110.19º 0.48% 0.84% -
XYZ 36.07 54.34 23.63 -
YUV 177.13 90.68 92.96 -
System Red Green Blue C M Y K H S L
Decimal 128 215 111 0.40 0 0.48 0.16 110.19 0.57 0.64
Hex 80 D7 6F 28 0 30 10 6E 39 40
Octal 200 327 157 50 0 60 20 156 71 100
Binary 10000000 11010111 1101111 101000 0 110000 10000 1101110 111001 1000000

Color Harmonies of #80D76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D76F

Black with #80D76F

Text Example


Text Example

White with #80D76F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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