#82D597

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

Shades of De York #82D597

Tints of De York #82D597

Color information

#82D597 (or 0x82D597) is unknown color: approx De York. HEX triplet: 82, D5 and 97. RGB value is (130,213,151). Sum of RGB (Red+Green+Blue) = 130+213+151=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #82D597 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D597 is #7D2A68. Grayscale: #B5B5B5. Windows color (decimal): -8202857 or 9950594. OLE color: 9950594.

HSL color Cylindrical-coordinate representation of color #82D597: hue angle of 135.18º 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 #82D597 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB130213151-
CMYK0.3900.290.16
HSL135.18º49.7%67.25%-
HSV(B)135.18º38.97%83.53%-
XYZ38.5954.5737.78-
YUV181.1111191.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.32%
GREEN value IS 213 (83.59% from 255) = 43.12%
BLUE value IS 151 (59.38% from 255) = 30.57%
R=26.32%
G=43.12%
B=30.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302131510.3900.290.16135.1849.767.25
Hex82D5972701D10873243
Octal202325227470352020762103
Binary10000010110101011001011110011101110110000100001111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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