#80C082

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

Shades of De York #80C082

Tints of De York #80C082

Color information

#80C082 (or 0x80C082) is unknown color: approx De York. HEX triplet: 80, C0 and 82. RGB value is (128,192,130). Sum of RGB (Red+Green+Blue) = 128+192+130=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #80C082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C082 is #7F3F7D. Grayscale: #A5A5A5. Windows color (decimal): -8339326 or 8568960. OLE color: 8568960.

HSL color Cylindrical-coordinate representation of color #80C082: hue angle of 121.87º 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 #80C082 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB128192130-
CMYK0.3300.320.25
HSL121.87º33.68%62.75%-
HSV(B)121.87º33.33%75.29%-
XYZ31.7843.927.92-
YUV165.8107.8101.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.44%
GREEN value IS 192 (75.39% from 255) = 42.67%
BLUE value IS 130 (51.17% from 255) = 28.89%
R=28.44%
G=42.67%
B=28.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281921300.3300.320.25121.8733.6862.75
Hex80C08221020197a223f
Octal20030020241040311724277
Binary1000000011000000100000101000010100000110011111010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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