#82CC8B

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

Shades of De York #82CC8B

Tints of De York #82CC8B

Color information

#82CC8B (or 0x82CC8B) is unknown color: approx De York. HEX triplet: 82, CC and 8B. RGB value is (130,204,139). Sum of RGB (Red+Green+Blue) = 130+204+139=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CC8B is #7D3374. Grayscale: #AEAEAE. Windows color (decimal): -8205173 or 9161858. OLE color: 9161858.

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

Color convert

RGB130204139-
CMYK0.3600.320.2
HSL127.3º42.05%65.49%-
HSV(B)127.3º36.27%80%-
XYZ35.4649.832.17-
YUV174.46107.9896.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.48%
GREEN value IS 204 (80.08% from 255) = 43.13%
BLUE value IS 139 (54.69% from 255) = 29.39%
R=27.48%
G=43.13%
B=29.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1302041390.3600.320.2127.342.0565.49
Hex82CC8B24020147f2a41
Octal202314213440402417752101
Binary10000010110011001000101110010001000001010011111111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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