Html Css Color HEX #80CC73 Pastel Green

📋 copy color: '#80CC73'

red 128 ◦ green 204 ◦ blue 115

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

Shades of Pastel Green #80CC73

Tints of Pastel Green #80CC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.73%

R = 28.64%
G = 45.64%
B = 25.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#80CC73 (or 0x80CC73) is known color: Pastel Green. HEX triplet: 80, CC and 73. RGB value is (128,204,115). Sum of RGB (Red+Green+Blue) = 128+204+115=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #80CC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CC73 is #7F338C. Grayscale: #ABABAB. Windows color (decimal): -8336269 or 7588992. OLE color: 7588992.

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

Color convert

RGB 128 204 115 -
CMYK 0.37 0 0.44 0.2
HSL 111.24º 0.47% 0.63% -
HSV(B) 111.24º 0.44% 0.8% -
XYZ 33.59 49.01 23.91 -
YUV 171.13 96.32 97.24 -
System Red Green Blue C M Y K H S L
Decimal 128 204 115 0.37 0 0.44 0.2 111.24 0.47 0.63
Hex 80 CC 73 25 0 2C 14 6F 2F 3F
Octal 200 314 163 45 0 54 24 157 57 77
Binary 10000000 11001100 1110011 100101 0 101100 10100 1101111 101111 111111

Color Harmonies of #80CC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CC73

Black with #80CC73

Text Example


Text Example

White with #80CC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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