#82D17B

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

Shades of De York #82D17B

Tints of De York #82D17B

Color information

#82D17B (or 0x82D17B) is unknown color: approx De York. HEX triplet: 82, D1 and 7B. RGB value is (130,209,123). Sum of RGB (Red+Green+Blue) = 130+209+123=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #82D17B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D17B is #7D2E84. Grayscale: #AFAFAF. Windows color (decimal): -8203909 or 8114562. OLE color: 8114562.

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

Color convert

RGB130209123-
CMYK0.3800.410.18
HSL115.12º48.31%65.1%-
HSV(B)115.12º41.15%81.96%-
XYZ35.5851.7826.86-
YUV175.5898.3395.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.14%
GREEN value IS 209 (82.03% from 255) = 45.24%
BLUE value IS 123 (48.44% from 255) = 26.62%
R=28.14%
G=45.24%
B=26.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1302091230.3800.410.18115.1248.3165.1
Hex82D17B2602912733041
Octal202321173460512216360101
Binary1000001011010001111101110011001010011001011100111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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