#82DE8D

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

Shades of De York #82DE8D

Tints of De York #82DE8D

Color information

#82DE8D (or 0x82DE8D) is unknown color: approx De York. HEX triplet: 82, DE and 8D. RGB value is (130,222,141). Sum of RGB (Red+Green+Blue) = 130+222+141=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #82DE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DE8D is #7D2172. Grayscale: #B9B9B9. Windows color (decimal): -8200563 or 9297538. OLE color: 9297538.

HSL color Cylindrical-coordinate representation of color #82DE8D: hue angle of 127.17º 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 #82DE8D is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB130222141-
CMYK0.4100.360.13
HSL127.17º58.23%69.02%-
HSV(B)127.17º41.44%87.06%-
XYZ40.1358.9134.46-
YUV185.26103.0288.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.37%
GREEN value IS 222 (87.11% from 255) = 45.03%
BLUE value IS 141 (55.47% from 255) = 28.60%
R=26.37%
G=45.03%
B=28.60%

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
Decimal1302221410.4100.360.13127.1758.2369.02
Hex82DE8D29024D7f3a45
Octal202336215510441517772105
Binary1000001011011110100011011010010100100110111111111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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