#82C285

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

Shades of De York #82C285

Tints of De York #82C285

Color information

#82C285 (or 0x82C285) is unknown color: approx De York. HEX triplet: 82, C2 and 85. RGB value is (130,194,133). Sum of RGB (Red+Green+Blue) = 130+194+133=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #82C285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C285 is #7D3D7A. Grayscale: #A8A8A8. Windows color (decimal): -8207739 or 8766082. OLE color: 8766082.

HSL color Cylindrical-coordinate representation of color #82C285: hue angle of 122.81º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82C285 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB130194133-
CMYK0.3300.310.24
HSL122.81º34.41%63.53%-
HSV(B)122.81º32.99%76.08%-
XYZ32.7345.0229.16-
YUV167.91108.3100.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.45%
GREEN value IS 194 (76.17% from 255) = 42.45%
BLUE value IS 133 (52.34% from 255) = 29.10%
R=28.45%
G=42.45%
B=29.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1301941330.3300.310.24122.8134.4163.53
Hex82C2852101F187b2240
Octal202302205410373017342100
Binary1000001011000010100001011000010111111100011110111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,194,133); }

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

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

 a { background-color: rgb(130,194,133); }

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

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

 span { border-color: rgb(130,194,133); }

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