#82D28D

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

Shades of De York #82D28D

Tints of De York #82D28D

Color information

#82D28D (or 0x82D28D) is unknown color: approx De York. HEX triplet: 82, D2 and 8D. RGB value is (130,210,141). Sum of RGB (Red+Green+Blue) = 130+210+141=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #82D28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D28D is #7D2D72. Grayscale: #B2B2B2. Windows color (decimal): -8203635 or 9294466. OLE color: 9294466.

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

Color convert

RGB130210141-
CMYK0.3800.330.18
HSL128.25º47.06%66.67%-
HSV(B)128.25º38.1%82.35%-
XYZ37.0652.7633.43-
YUV178.2110793.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.03%
GREEN value IS 210 (82.42% from 255) = 43.66%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=27.03%
G=43.66%
B=29.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1302101410.3800.330.18128.2547.0666.67
Hex82D28D2602112802f43
Octal202322215460412220057103
Binary100000101101001010001101100110010000110010100000001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,210,141); }

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

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

 a { background-color: rgb(130,210,141); }

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

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

 span { border-color: rgb(130,210,141); }

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