#80CD9A

Color #80CD9A Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #80CD9A

Tints of Summer Green #80CD9A

Color information

#80CD9A (or 0x80CD9A) is unknown color: approx Summer Green. HEX triplet: 80, CD and 9A. RGB value is (128,205,154). Sum of RGB (Red+Green+Blue) = 128+205+154=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CD9A is #7F3265. Grayscale: #B0B0B0. Windows color (decimal): -8335974 or 10145152. OLE color: 10145152.

HSL color Cylindrical-coordinate representation of color #80CD9A: hue angle of 140.26º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CD9A is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB128205154-
CMYK0.3800.250.20
HSL140.26º43.5%65.29%-
HSV(B)140.26º37.56%80.39%-
XYZ36.5750.5838.41-
YUV176.16115.4993.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.28%
GREEN value IS 205 (80.47% from 255) = 42.09%
BLUE value IS 154 (60.55% from 255) = 31.62%
R=26.28%
G=42.09%
B=31.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1282051540.3800.250.20140.2643.565.29
Hex80CD9A26019148c2c41
Octal200315232460312421454101
Binary10000000110011011001101010011001100110100100011001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,205,154); }

 H1.HeaderClassName
 {
   color: #80CD9A;
 }
 .AnyTagClassName
 {
   color: #80CD9A;
 }
</style>
background-color css

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

 a { background-color: rgb(128,205,154); }

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

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

 span { border-color: rgb(128,205,154); }

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