#82d484

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

Shades of De York #82D484

Tints of De York #82D484

Color information

#82D484 (or 0x82D484) is unknown color: approx De York. HEX triplet: 82, D4 and 84. RGB value is (130,212,132). Sum of RGB (Red+Green+Blue) = 130+212+132=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 212 - color contains mainly: green. Hex color #82D484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D484 is #7D2B7B. Grayscale: #B2B2B2. Windows color (decimal): -8203132 or 8705154. OLE color: 8705154.

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

Color convert

RGB130212132-
CMYK0.3900.380.17
HSL121.46º48.81%67.06%-
HSV(B)121.46º38.68%83.14%-
XYZ36.9153.530.21-
YUV178.36101.8393.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.43%
GREEN value IS 212 (83.20% from 255) = 44.73%
BLUE value IS 132 (51.95% from 255) = 27.85%
R=27.43%
G=44.73%
B=27.85%

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
Decimal1302121320.3900.380.17121.4648.8167.06
Hex82D4842702611793143
Octal202324204470462117161103
Binary10000010110101001000010010011101001101000111110011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82d484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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