#80C782

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

Shades of De York #80C782

Tints of De York #80C782

Color information

#80C782 (or 0x80C782) is unknown color: approx De York. HEX triplet: 80, C7 and 82. RGB value is (128,199,130). Sum of RGB (Red+Green+Blue) = 128+199+130=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 199 - color contains mainly: green. Hex color #80C782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C782 is #7F387D. Grayscale: #AAAAAA. Windows color (decimal): -8337534 or 8570752. OLE color: 8570752.

HSL color Cylindrical-coordinate representation of color #80C782: hue angle of 121.69º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C782 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB128199130-
CMYK0.3600.350.22
HSL121.69º38.8%64.12%-
HSV(B)121.69º35.68%78.04%-
XYZ33.3547.0528.44-
YUV169.9105.4898.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.01%
GREEN value IS 199 (78.12% from 255) = 43.54%
BLUE value IS 130 (51.17% from 255) = 28.45%
R=28.01%
G=43.54%
B=28.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1281991300.3600.350.22121.6938.864.12
Hex80C78224023167a2740
Octal200307202440432617247100
Binary10000000110001111000001010010001000111011011110101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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