Html Css Color HEX #80DF81 Pastel Green

📋 copy color: '#80DF81'

red 128 ◦ green 223 ◦ blue 129

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

Shades of Pastel Green #80DF81

Tints of Pastel Green #80DF81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.88%

R = 26.67%
G = 46.46%
B = 26.88%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#80DF81 (or 0x80DF81) is known color: Pastel Green. HEX triplet: 80, DF and 81. RGB value is (128,223,129). Sum of RGB (Red+Green+Blue) = 128+223+129=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DF81 is #7F207E. Grayscale: #B8B8B8. Windows color (decimal): -8331391 or 8511360. OLE color: 8511360.

HSL color Cylindrical-coordinate representation of color #80DF81: hue angle of 120.63º 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 #80DF81 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 223 129 -
CMYK 0.43 0 0.42 0.13
HSL 120.63º 0.6% 0.69% -
HSV(B) 120.63º 0.43% 0.87% -
XYZ 39.25 58.95 30.08 -
YUV 183.88 97.03 88.14 -
System Red Green Blue C M Y K H S L
Decimal 128 223 129 0.43 0 0.42 0.13 120.63 0.6 0.69
Hex 80 DF 81 2B 0 2A D 79 3C 45
Octal 200 337 201 53 0 52 15 171 74 105
Binary 10000000 11011111 10000001 101011 0 101010 1101 1111001 111100 1000101

Color Harmonies of #80DF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DF81

Black with #80DF81

Text Example


Text Example

White with #80DF81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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