#80C080

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

Shades of De York #80C080

Tints of De York #80C080

Color information

#80C080 (or 0x80C080) is unknown color: approx De York. HEX triplet: 80, C0 and 80. RGB value is (128,192,128). Sum of RGB (Red+Green+Blue) = 128+192+128=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #80C080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C080 is #7F3F7F. Grayscale: #A5A5A5. Windows color (decimal): -8339328 or 8437888. OLE color: 8437888.

HSL color Cylindrical-coordinate representation of color #80C080: hue angle of 120º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80C080 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB128192128-
CMYK0.3300.330.25
HSL120º33.68%62.75%-
HSV(B)120º33.33%75.29%-
XYZ31.6543.8527.22-
YUV165.57106.8101.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.57%
GREEN value IS 192 (75.39% from 255) = 42.86%
BLUE value IS 128 (50.39% from 255) = 28.57%
R=28.57%
G=42.86%
B=28.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281921280.3300.330.2512033.6862.75
Hex80C080210211978223f
Octal20030020041041311704277
Binary1000000011000000100000001000010100001110011111000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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