Html Css Color HEX #80CC71 Pastel Green

📋 copy color: '#80CC71'

red 128 ◦ green 204 ◦ blue 113

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

Shades of Pastel Green #80CC71

Tints of Pastel Green #80CC71

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.84%

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

R = 28.76%
G = 45.84%
B = 25.39%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#80CC71 (or 0x80CC71) is known color: Pastel Green. HEX triplet: 80, CC and 71. RGB value is (128,204,113). Sum of RGB (Red+Green+Blue) = 128+204+113=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #80CC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CC71 is #7F338E. Grayscale: #ABABAB. Windows color (decimal): -8336271 or 7457920. OLE color: 7457920.

HSL color Cylindrical-coordinate representation of color #80CC71: hue angle of 110.11º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80CC71 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 204 113 -
CMYK 0.37 0 0.45 0.2
HSL 110.11º 0.47% 0.62% -
HSV(B) 110.11º 0.45% 0.8% -
XYZ 33.48 48.97 23.31 -
YUV 170.9 95.32 97.4 -
System Red Green Blue C M Y K H S L
Decimal 128 204 113 0.37 0 0.45 0.2 110.11 0.47 0.62
Hex 80 CC 71 25 0 2D 14 6E 2F 3E
Octal 200 314 161 45 0 55 24 156 57 76
Binary 10000000 11001100 1110001 100101 0 101101 10100 1101110 101111 111110

Color Harmonies of #80CC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CC71

Black with #80CC71

Text Example


Text Example

White with #80CC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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