#82D483

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

Shades of De York #82D483

Tints of De York #82D483

Color information

#82D483 (or 0x82D483) is unknown color: approx De York. HEX triplet: 82, D4 and 83. RGB value is (130,212,131). Sum of RGB (Red+Green+Blue) = 130+212+131=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 212 - color contains mainly: green. Hex color #82D483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D483 is #7D2B7C. Grayscale: #B2B2B2. Windows color (decimal): -8203133 or 8639618. OLE color: 8639618.

HSL color Cylindrical-coordinate representation of color #82D483: hue angle of 120.73º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D483 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB130212131-
CMYK0.3900.380.17
HSL120.73º48.81%67.06%-
HSV(B)120.73º38.68%83.14%-
XYZ36.8553.4729.85-
YUV178.25101.3393.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.48%
GREEN value IS 212 (83.20% from 255) = 44.82%
BLUE value IS 131 (51.56% from 255) = 27.70%
R=27.48%
G=44.82%
B=27.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1302121310.3900.380.17120.7348.8167.06
Hex82D4832702611793143
Octal202324203470462117161103
Binary10000010110101001000001110011101001101000111110011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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