Html Css Color HEX #80DF71 Pastel Green

📋 copy color: '#80DF71'

red 128 ◦ green 223 ◦ blue 113

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

Shades of Pastel Green #80DF71

Tints of Pastel Green #80DF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.35%

R = 27.59%
G = 48.06%
B = 24.35%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#80DF71 (or 0x80DF71) is known color: Pastel Green. HEX triplet: 80, DF and 71. RGB value is (128,223,113). Sum of RGB (Red+Green+Blue) = 128+223+113=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DF71 is #7F208E. Grayscale: #B6B6B6. Windows color (decimal): -8331407 or 7462784. OLE color: 7462784.

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

Color convert

RGB 128 223 113 -
CMYK 0.43 0 0.49 0.13
HSL 111.82º 0.63% 0.66% -
HSV(B) 111.82º 0.49% 0.87% -
XYZ 38.27 58.56 24.91 -
YUV 182.06 89.03 89.44 -
System Red Green Blue C M Y K H S L
Decimal 128 223 113 0.43 0 0.49 0.13 111.82 0.63 0.66
Hex 80 DF 71 2B 0 31 D 70 3F 42
Octal 200 337 161 53 0 61 15 160 77 102
Binary 10000000 11011111 1110001 101011 0 110001 1101 1110000 111111 1000010

Color Harmonies of #80DF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DF71

Black with #80DF71

Text Example


Text Example

White with #80DF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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