#82D192

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

Shades of De York #82D192

Tints of De York #82D192

Color information

#82D192 (or 0x82D192) is unknown color: approx De York. HEX triplet: 82, D1 and 92. RGB value is (130,209,146). Sum of RGB (Red+Green+Blue) = 130+209+146=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 209 - color contains mainly: green. Hex color #82D192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D192 is #7D2E6D. Grayscale: #B2B2B2. Windows color (decimal): -8203886 or 9621890. OLE color: 9621890.

HSL color Cylindrical-coordinate representation of color #82D192: hue angle of 132.15º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82D192 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB130209146-
CMYK0.3800.300.18
HSL132.15º46.2%66.47%-
HSV(B)132.15º37.8%81.96%-
XYZ37.1952.4235.35-
YUV178.2109.8393.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.80%
GREEN value IS 209 (82.03% from 255) = 43.09%
BLUE value IS 146 (57.42% from 255) = 30.10%
R=26.80%
G=43.09%
B=30.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1302091460.3800.300.18132.1546.266.47
Hex82D1922601E12842e42
Octal202321222460362220456102
Binary10000010110100011001001010011001111010010100001001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,209,146); }

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

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

 a { background-color: rgb(130,209,146); }

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

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

 span { border-color: rgb(130,209,146); }

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