Html Css Color HEX #80CA71 Pastel Green

📋 copy color: '#80CA71'

red 128 ◦ green 202 ◦ blue 113

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

Shades of Pastel Green #80CA71

Tints of Pastel Green #80CA71

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.6%

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

R = 28.89%
G = 45.6%
B = 25.51%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#80CA71 (or 0x80CA71) is known color: Pastel Green. HEX triplet: 80, CA and 71. RGB value is (128,202,113). Sum of RGB (Red+Green+Blue) = 128+202+113=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CA71 is #7F358E. Grayscale: #AAAAAA. Windows color (decimal): -8336783 or 7457408. OLE color: 7457408.

HSL color Cylindrical-coordinate representation of color #80CA71: hue angle of 109.89º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80CA71 is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 202 113 -
CMYK 0.37 0 0.44 0.21
HSL 109.89º 0.46% 0.62% -
HSV(B) 109.89º 0.44% 0.79% -
XYZ 33 48.02 23.15 -
YUV 169.73 95.98 98.24 -
System Red Green Blue C M Y K H S L
Decimal 128 202 113 0.37 0 0.44 0.21 109.89 0.46 0.62
Hex 80 CA 71 25 0 2C 15 6E 2E 3E
Octal 200 312 161 45 0 54 25 156 56 76
Binary 10000000 11001010 1110001 100101 0 101100 10101 1101110 101110 111110

Color Harmonies of #80CA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CA71

Black with #80CA71

Text Example


Text Example

White with #80CA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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