#80D080

Color #80D080 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #80D080

Tints of De York #80D080

Color information

#80D080 (or 0x80D080) is unknown color: approx De York. HEX triplet: 80, D0 and 80. RGB value is (128,208,128). Sum of RGB (Red+Green+Blue) = 128+208+128=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 208 - color contains mainly: green. Hex color #80D080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D080 is #7F2F7F. Grayscale: #AFAFAF. Windows color (decimal): -8335232 or 8441984. OLE color: 8441984.

HSL color Cylindrical-coordinate representation of color #80D080: hue angle of 120º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80D080 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB128208128-
CMYK0.3800.380.18
HSL120º45.98%65.88%-
HSV(B)120º38.46%81.57%-
XYZ35.3551.2628.45-
YUV174.96101.594.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.59%
GREEN value IS 208 (81.64% from 255) = 44.83%
BLUE value IS 128 (50.39% from 255) = 27.59%
R=27.59%
G=44.83%
B=27.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1282081280.3800.380.1812045.9865.88
Hex80D0802602612782e42
Octal200320200460462217056102
Binary10000000110100001000000010011001001101001011110001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,208,128); }

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

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

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

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

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

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

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