#82DD8C

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

Shades of De York #82DD8C

Tints of De York #82DD8C

Color information

#82DD8C (or 0x82DD8C) is unknown color: approx De York. HEX triplet: 82, DD and 8C. RGB value is (130,221,140). Sum of RGB (Red+Green+Blue) = 130+221+140=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #82DD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DD8C is #7D2273. Grayscale: #B8B8B8. Windows color (decimal): -8200820 or 9231746. OLE color: 9231746.

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

Color convert

RGB130221140-
CMYK0.4100.370.13
HSL126.59º57.23%68.82%-
HSV(B)126.59º41.18%86.67%-
XYZ39.858.3533.98-
YUV184.56102.8589.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.48%
GREEN value IS 221 (86.72% from 255) = 45.01%
BLUE value IS 140 (55.08% from 255) = 28.51%
R=26.48%
G=45.01%
B=28.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302211400.4100.370.13126.5957.2368.82
Hex82DD8C29025D7f3945
Octal202335214510451517771105
Binary1000001011011101100011001010010100101110111111111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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