#82DE8E

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

Shades of De York #82DE8E

Tints of De York #82DE8E

Color information

#82DE8E (or 0x82DE8E) is unknown color: approx De York. HEX triplet: 82, DE and 8E. RGB value is (130,222,142). Sum of RGB (Red+Green+Blue) = 130+222+142=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #82DE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DE8E is #7D2171. Grayscale: #B9B9B9. Windows color (decimal): -8200562 or 9363074. OLE color: 9363074.

HSL color Cylindrical-coordinate representation of color #82DE8E: hue angle of 127.83º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DE8E is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB130222142-
CMYK0.4100.360.13
HSL127.83º58.23%69.02%-
HSV(B)127.83º41.44%87.06%-
XYZ40.2158.9434.85-
YUV185.37103.5288.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.32%
GREEN value IS 222 (87.11% from 255) = 44.94%
BLUE value IS 142 (55.86% from 255) = 28.74%
R=26.32%
G=44.94%
B=28.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302221420.4100.360.13127.8358.2369.02
Hex82DE8E29024D803a45
Octal202336216510441520072105
Binary10000010110111101000111010100101001001101100000001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,222,142); }

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

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

 a { background-color: rgb(130,222,142); }

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

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

 span { border-color: rgb(130,222,142); }

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