#82CD96

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

Shades of De York #82CD96

Tints of De York #82CD96

Color information

#82CD96 (or 0x82CD96) is unknown color: approx De York. HEX triplet: 82, CD and 96. RGB value is (130,205,150). Sum of RGB (Red+Green+Blue) = 130+205+150=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #82CD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CD96 is #7D3269. Grayscale: #B0B0B0. Windows color (decimal): -8204906 or 9883010. OLE color: 9883010.

HSL color Cylindrical-coordinate representation of color #82CD96: hue angle of 136º 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 #82CD96 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB130205150-
CMYK0.3700.270.20
HSL136º42.86%65.69%-
HSV(B)136º36.59%80.39%-
XYZ36.5450.6136.7-
YUV176.3113.1594.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.80%
GREEN value IS 205 (80.47% from 255) = 42.27%
BLUE value IS 150 (58.98% from 255) = 30.93%
R=26.80%
G=42.27%
B=30.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1302051500.3700.270.2013642.8665.69
Hex82CD962501B14882b42
Octal202315226450332421053102
Binary10000010110011011001011010010101101110100100010001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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