#82D695

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

Shades of De York #82D695

Tints of De York #82D695

Color information

#82D695 (or 0x82D695) is unknown color: approx De York. HEX triplet: 82, D6 and 95. RGB value is (130,214,149). Sum of RGB (Red+Green+Blue) = 130+214+149=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #82D695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D695 is #7D296A. Grayscale: #B5B5B5. Windows color (decimal): -8202603 or 9819778. OLE color: 9819778.

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

Color convert

RGB130214149-
CMYK0.3900.300.16
HSL133.57º50.6%67.45%-
HSV(B)133.57º39.25%83.92%-
XYZ38.6855.0137.01-
YUV181.47109.6791.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.37%
GREEN value IS 214 (83.98% from 255) = 43.41%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=26.37%
G=43.41%
B=30.22%

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
Decimal1302141490.3900.300.16133.5750.667.45
Hex82D6952701E10863343
Octal202326225470362020663103
Binary10000010110101101001010110011101111010000100001101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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