#82D08D

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

Shades of De York #82D08D

Tints of De York #82D08D

Color information

#82D08D (or 0x82D08D) is unknown color: approx De York. HEX triplet: 82, D0 and 8D. RGB value is (130,208,141). Sum of RGB (Red+Green+Blue) = 130+208+141=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #82D08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D08D is #7D2F72. Grayscale: #B1B1B1. Windows color (decimal): -8204147 or 9293954. OLE color: 9293954.

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

Color convert

RGB130208141-
CMYK0.3800.320.18
HSL128.46º45.35%66.27%-
HSV(B)128.46º37.5%81.57%-
XYZ36.5751.7833.27-
YUV177.04107.6694.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.14%
GREEN value IS 208 (81.64% from 255) = 43.42%
BLUE value IS 141 (55.47% from 255) = 29.44%
R=27.14%
G=43.42%
B=29.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1302081410.3800.320.18128.4645.3566.27
Hex82D08D2602012802d42
Octal202320215460402220055102
Binary100000101101000010001101100110010000010010100000001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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