#82D196

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

Shades of De York #82D196

Tints of De York #82D196

Color information

#82D196 (or 0x82D196) is unknown color: approx De York. HEX triplet: 82, D1 and 96. RGB value is (130,209,150). Sum of RGB (Red+Green+Blue) = 130+209+150=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 209 - color contains mainly: green. Hex color #82D196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D196 is #7D2E69. Grayscale: #B2B2B2. Windows color (decimal): -8203882 or 9884034. OLE color: 9884034.

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

Color convert

RGB130209150-
CMYK0.3800.280.18
HSL135.19º46.2%66.47%-
HSV(B)135.19º37.8%81.96%-
XYZ37.5152.5537.02-
YUV178.65111.8393.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.58%
GREEN value IS 209 (82.03% from 255) = 42.74%
BLUE value IS 150 (58.98% from 255) = 30.67%
R=26.58%
G=42.74%
B=30.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1302091500.3800.280.18135.1946.266.47
Hex82D1962601C12872e42
Octal202321226460342220756102
Binary10000010110100011001011010011001110010010100001111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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