#82DC97

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

Shades of De York #82DC97

Tints of De York #82DC97

Color information

#82DC97 (or 0x82DC97) is unknown color: approx De York. HEX triplet: 82, DC and 97. RGB value is (130,220,151). Sum of RGB (Red+Green+Blue) = 130+220+151=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #82DC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DC97 is #7D2368. Grayscale: #B9B9B9. Windows color (decimal): -8201065 or 9952386. OLE color: 9952386.

HSL color Cylindrical-coordinate representation of color #82DC97: hue angle of 134º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DC97 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB130220151-
CMYK0.4100.310.14
HSL134º56.25%68.63%-
HSV(B)134º40.91%86.27%-
XYZ40.3958.1738.38-
YUV185.22108.6888.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.95%
GREEN value IS 220 (86.33% from 255) = 43.91%
BLUE value IS 151 (59.38% from 255) = 30.14%
R=25.95%
G=43.91%
B=30.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1302201510.4100.310.1413456.2568.63
Hex82DC972901FE863845
Octal202334227510371620670105
Binary1000001011011100100101111010010111111110100001101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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