#82D584

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

Shades of De York #82D584

Tints of De York #82D584

Color information

#82D584 (or 0x82D584) is unknown color: approx De York. HEX triplet: 82, D5 and 84. RGB value is (130,213,132). Sum of RGB (Red+Green+Blue) = 130+213+132=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #82D584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D584 is #7D2A7B. Grayscale: #B3B3B3. Windows color (decimal): -8202876 or 8705410. OLE color: 8705410.

HSL color Cylindrical-coordinate representation of color #82D584: hue angle of 121.45º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D584 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB130213132-
CMYK0.3900.380.16
HSL121.45º49.7%67.25%-
HSV(B)121.45º38.97%83.53%-
XYZ37.175430.29-
YUV178.95101.593.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.37%
GREEN value IS 213 (83.59% from 255) = 44.84%
BLUE value IS 132 (51.95% from 255) = 27.79%
R=27.37%
G=44.84%
B=27.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302131320.3900.380.16121.4549.767.25
Hex82D5842702610793243
Octal202325204470462017162103
Binary10000010110101011000010010011101001101000011110011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,213,132); }

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

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

 a { background-color: rgb(130,213,132); }

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

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

 span { border-color: rgb(130,213,132); }

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