#82D183

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

Shades of De York #82D183

Tints of De York #82D183

Color information

#82D183 (or 0x82D183) is unknown color: approx De York. HEX triplet: 82, D1 and 83. RGB value is (130,209,131). Sum of RGB (Red+Green+Blue) = 130+209+131=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 209 - color contains mainly: green. Hex color #82D183 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D183 is #7D2E7C. Grayscale: #B0B0B0. Windows color (decimal): -8203901 or 8638850. OLE color: 8638850.

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

Color convert

RGB130209131-
CMYK0.3800.370.18
HSL120.76º46.2%66.47%-
HSV(B)120.76º37.8%81.96%-
XYZ36.151.9929.6-
YUV176.49102.3394.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.66%
GREEN value IS 209 (82.03% from 255) = 44.47%
BLUE value IS 131 (51.56% from 255) = 27.87%
R=27.66%
G=44.47%
B=27.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1302091310.3800.370.18120.7646.266.47
Hex82D1832602512792e42
Octal202321203460452217156102
Binary10000010110100011000001110011001001011001011110011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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