#82CC8D

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

Shades of De York #82CC8D

Tints of De York #82CC8D

Color information

#82CC8D (or 0x82CC8D) is unknown color: approx De York. HEX triplet: 82, CC and 8D. RGB value is (130,204,141). Sum of RGB (Red+Green+Blue) = 130+204+141=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CC8D is #7D3372. Grayscale: #AEAEAE. Windows color (decimal): -8205171 or 9292930. OLE color: 9292930.

HSL color Cylindrical-coordinate representation of color #82CC8D: hue angle of 128.92º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CC8D is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB130204141-
CMYK0.3600.310.2
HSL128.92º42.05%65.49%-
HSV(B)128.92º36.27%80%-
XYZ35.6149.8532.95-
YUV174.69108.9896.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.37%
GREEN value IS 204 (80.08% from 255) = 42.95%
BLUE value IS 141 (55.47% from 255) = 29.68%
R=27.37%
G=42.95%
B=29.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1302041410.3600.310.2128.9242.0565.49
Hex82CC8D2401F14812a41
Octal202314215440372420152101
Binary10000010110011001000110110010001111110100100000011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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