#82DF8C

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

Shades of De York #82DF8C

Tints of De York #82DF8C

Color information

#82DF8C (or 0x82DF8C) is unknown color: approx De York. HEX triplet: 82, DF and 8C. RGB value is (130,223,140). Sum of RGB (Red+Green+Blue) = 130+223+140=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DF8C is #7D2073. Grayscale: #B9B9B9. Windows color (decimal): -8200308 or 9232258. OLE color: 9232258.

HSL color Cylindrical-coordinate representation of color #82DF8C: hue angle of 126.45º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82DF8C is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB130223140-
CMYK0.4200.370.13
HSL126.45º59.24%69.22%-
HSV(B)126.45º41.7%87.45%-
XYZ40.3359.4134.15-
YUV185.73102.1988.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.37%
GREEN value IS 223 (87.5% from 255) = 45.23%
BLUE value IS 140 (55.08% from 255) = 28.40%
R=26.37%
G=45.23%
B=28.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302231400.4200.370.13126.4559.2469.22
Hex82DF8C2A025D7e3b45
Octal202337214520451517673105
Binary1000001011011111100011001010100100101110111111101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,223,140); }

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

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

 a { background-color: rgb(130,223,140); }

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

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

 span { border-color: rgb(130,223,140); }

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