#82D696

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

Shades of De York #82D696

Tints of De York #82D696

Color information

#82D696 (or 0x82D696) is unknown color: approx De York. HEX triplet: 82, D6 and 96. RGB value is (130,214,150). Sum of RGB (Red+Green+Blue) = 130+214+150=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #82D696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D696 is #7D2969. Grayscale: #B5B5B5. Windows color (decimal): -8202602 or 9885314. OLE color: 9885314.

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

Color convert

RGB130214150-
CMYK0.3900.300.16
HSL134.29º50.6%67.45%-
HSV(B)134.29º39.25%83.92%-
XYZ38.7655.0437.44-
YUV181.59110.1791.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.32%
GREEN value IS 214 (83.98% from 255) = 43.32%
BLUE value IS 150 (58.98% from 255) = 30.36%
R=26.32%
G=43.32%
B=30.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302141500.3900.300.16134.2950.667.45
Hex82D6962701E10863343
Octal202326226470362020663103
Binary10000010110101101001011010011101111010000100001101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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