Html Css Color HEX #80DF86 Pastel Green

📋 copy color: '#80DF86'

red 128 ◦ green 223 ◦ blue 134

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

Shades of Pastel Green #80DF86

Tints of Pastel Green #80DF86

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.98%

 BLUE value IS 134 (52.73% from 255) = 27.63%

R = 26.39%
G = 45.98%
B = 27.63%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#80DF86 (or 0x80DF86) is known color: Pastel Green. HEX triplet: 80, DF and 86. RGB value is (128,223,134). Sum of RGB (Red+Green+Blue) = 128+223+134=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DF86 is #7F2079. Grayscale: #B8B8B8. Windows color (decimal): -8331386 or 8839040. OLE color: 8839040.

HSL color Cylindrical-coordinate representation of color #80DF86: hue angle of 123.79º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DF86 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 223 134 -
CMYK 0.43 0 0.40 0.13
HSL 123.79º 0.6% 0.69% -
HSV(B) 123.79º 0.43% 0.87% -
XYZ 39.59 59.09 31.87 -
YUV 184.45 99.53 87.74 -
System Red Green Blue C M Y K H S L
Decimal 128 223 134 0.43 0 0.40 0.13 123.79 0.6 0.69
Hex 80 DF 86 2B 0 28 D 7C 3C 45
Octal 200 337 206 53 0 50 15 174 74 105
Binary 10000000 11011111 10000110 101011 0 101000 1101 1111100 111100 1000101

Color Harmonies of #80DF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DF86

Black with #80DF86

Text Example


Text Example

White with #80DF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,223,134); }

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

background-color css

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

 a { background-color: rgb(128,223,134); }

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

border-color css

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

 span { border-color: rgb(128,223,134); }

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