#82CE96

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

Shades of De York #82CE96

Tints of De York #82CE96

Color information

#82CE96 (or 0x82CE96) is unknown color: approx De York. HEX triplet: 82, CE and 96. RGB value is (130,206,150). Sum of RGB (Red+Green+Blue) = 130+206+150=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CE96 is #7D3169. Grayscale: #B1B1B1. Windows color (decimal): -8204650 or 9883266. OLE color: 9883266.

HSL color Cylindrical-coordinate representation of color #82CE96: hue angle of 135.79º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CE96 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB130206150-
CMYK0.3700.270.19
HSL135.79º43.68%65.88%-
HSV(B)135.79º36.89%80.78%-
XYZ36.7851.0936.78-
YUV176.89112.8294.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.75%
GREEN value IS 206 (80.86% from 255) = 42.39%
BLUE value IS 150 (58.98% from 255) = 30.86%
R=26.75%
G=42.39%
B=30.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1302061500.3700.270.19135.7943.6865.88
Hex82CE962501B13882c42
Octal202316226450332321054102
Binary10000010110011101001011010010101101110011100010001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,206,150); }

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

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

 a { background-color: rgb(130,206,150); }

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

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

 span { border-color: rgb(130,206,150); }

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