#82D17A

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

Shades of De York #82D17A

Tints of De York #82D17A

Color information

#82D17A (or 0x82D17A) is unknown color: approx De York. HEX triplet: 82, D1 and 7A. RGB value is (130,209,122). Sum of RGB (Red+Green+Blue) = 130+209+122=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 209 - color contains mainly: green. Hex color #82D17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D17A is #7D2E85. Grayscale: #AFAFAF. Windows color (decimal): -8203910 or 8049026. OLE color: 8049026.

HSL color Cylindrical-coordinate representation of color #82D17A: hue angle of 114.48º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82D17A is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB130209122-
CMYK0.3800.420.18
HSL114.48º48.6%64.9%-
HSV(B)114.48º41.63%81.96%-
XYZ35.5251.7526.53-
YUV175.4697.8395.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.20%
GREEN value IS 209 (82.03% from 255) = 45.34%
BLUE value IS 122 (48.05% from 255) = 26.46%
R=28.20%
G=45.34%
B=26.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1302091220.3800.420.18114.4848.664.9
Hex82D17A2602A12723141
Octal202321172460522216261101
Binary1000001011010001111101010011001010101001011100101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,209,122); }

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

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

 a { background-color: rgb(130,209,122); }

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

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

 span { border-color: rgb(130,209,122); }

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