#82CD8C

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

Shades of De York #82CD8C

Tints of De York #82CD8C

Color information

#82CD8C (or 0x82CD8C) is unknown color: approx De York. HEX triplet: 82, CD and 8C. RGB value is (130,205,140). Sum of RGB (Red+Green+Blue) = 130+205+140=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #82CD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CD8C is #7D3273. Grayscale: #AFAFAF. Windows color (decimal): -8204916 or 9227650. OLE color: 9227650.

HSL color Cylindrical-coordinate representation of color #82CD8C: hue angle of 128º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CD8C is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB130205140-
CMYK0.3700.320.20
HSL128º42.86%65.69%-
HSV(B)128º36.59%80.39%-
XYZ35.7750.332.63-
YUV175.16108.1595.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.37%
GREEN value IS 205 (80.47% from 255) = 43.16%
BLUE value IS 140 (55.08% from 255) = 29.47%
R=27.37%
G=43.16%
B=29.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1302051400.3700.320.2012842.8665.69
Hex82CD8C2502014802b42
Octal202315214450402420053102
Binary100000101100110110001100100101010000010100100000001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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