#82C876

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

Shades of De York #82C876

Tints of De York #82C876

Color information

#82C876 (or 0x82C876) is unknown color: approx De York. HEX triplet: 82, C8 and 76. RGB value is (130,200,118). Sum of RGB (Red+Green+Blue) = 130+200+118=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 200 - color contains mainly: green. Hex color #82C876 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C876 is #7D3789. Grayscale: #A9A9A9. Windows color (decimal): -8206218 or 7784578. OLE color: 7784578.

HSL color Cylindrical-coordinate representation of color #82C876: hue angle of 111.22º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82C876 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB130200118-
CMYK0.3500.410.22
HSL111.22º42.71%62.35%-
HSV(B)111.22º41%78.43%-
XYZ33.1347.3624.54-
YUV169.7298.8199.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.02%
GREEN value IS 200 (78.52% from 255) = 44.64%
BLUE value IS 118 (46.48% from 255) = 26.34%
R=29.02%
G=44.64%
B=26.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1302001180.3500.410.22111.2242.7162.35
Hex82C87623029166f2b3e
Octal20231016643051261575376
Binary100000101100100011101101000110101001101101101111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82C876; }

 p { color: rgb(130,200,118); }

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

<style>
 a { background-color: #82C876; }

 a { background-color: rgb(130,200,118); }

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

<style>
 span { border-color: #82C876; }

 span { border-color: rgb(130,200,118); }

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