#82D486

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

Shades of De York #82D486

Tints of De York #82D486

Color information

#82D486 (or 0x82D486) is unknown color: approx De York. HEX triplet: 82, D4 and 86. RGB value is (130,212,134). Sum of RGB (Red+Green+Blue) = 130+212+134=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #82D486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D486 is #7D2B79. Grayscale: #B2B2B2. Windows color (decimal): -8203130 or 8836226. OLE color: 8836226.

HSL color Cylindrical-coordinate representation of color #82D486: hue angle of 122.93º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D486 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB130212134-
CMYK0.3900.370.17
HSL122.93º48.81%67.06%-
HSV(B)122.93º38.68%83.14%-
XYZ37.0553.5530.94-
YUV178.59102.8393.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.31%
GREEN value IS 212 (83.20% from 255) = 44.54%
BLUE value IS 134 (52.73% from 255) = 28.15%
R=27.31%
G=44.54%
B=28.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1302121340.3900.370.17122.9348.8167.06
Hex82D48627025117b3143
Octal202324206470452117361103
Binary10000010110101001000011010011101001011000111110111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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