#80D274

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

Shades of Pastel Green #80D274

Tints of Pastel Green #80D274

Color information

#80D274 (or 0x80D274) is unknown color: approx Pastel Green. HEX triplet: 80, D2 and 74. RGB value is (128,210,116). Sum of RGB (Red+Green+Blue) = 128+210+116=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 210 - color contains mainly: green. Hex color #80D274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D274 is #7F2D8B. Grayscale: #AFAFAF. Windows color (decimal): -8334732 or 7656064. OLE color: 7656064.

HSL color Cylindrical-coordinate representation of color #80D274: hue angle of 112.34º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80D274 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB128210116-
CMYK0.3900.450.18
HSL112.34º51.09%63.92%-
HSV(B)112.34º44.76%82.35%-
XYZ35.151.9424.7-
YUV174.7794.8394.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.19%
GREEN value IS 210 (82.42% from 255) = 46.26%
BLUE value IS 116 (45.70% from 255) = 25.55%
R=28.19%
G=46.26%
B=25.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1282101160.3900.450.18112.3451.0963.92
Hex80D2742702D12703340
Octal200322164470552216063100
Binary1000000011010010111010010011101011011001011100001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,210,116); }

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

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

 a { background-color: rgb(128,210,116); }

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

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

 span { border-color: rgb(128,210,116); }

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