#82D086

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

Shades of De York #82D086

Tints of De York #82D086

Color information

#82D086 (or 0x82D086) is unknown color: approx De York. HEX triplet: 82, D0 and 86. RGB value is (130,208,134). Sum of RGB (Red+Green+Blue) = 130+208+134=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #82D086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D086 is #7D2F79. Grayscale: #B0B0B0. Windows color (decimal): -8204154 or 8835202. OLE color: 8835202.

HSL color Cylindrical-coordinate representation of color #82D086: hue angle of 123.08º degrees, saturation: 0.45, 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 #82D086 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB130208134-
CMYK0.3800.360.18
HSL123.08º45.35%66.27%-
HSV(B)123.08º37.5%81.57%-
XYZ36.0651.5830.61-
YUV176.24104.1695.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.54%
GREEN value IS 208 (81.64% from 255) = 44.07%
BLUE value IS 134 (52.73% from 255) = 28.39%
R=27.54%
G=44.07%
B=28.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1302081340.3800.360.18123.0845.3566.27
Hex82D08626024127b2d42
Octal202320206460442217355102
Binary10000010110100001000011010011001001001001011110111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,208,134); }

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

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

 a { background-color: rgb(130,208,134); }

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

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

 span { border-color: rgb(130,208,134); }

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