#82CC7A

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

Shades of De York #82CC7A

Tints of De York #82CC7A

Color information

#82CC7A (or 0x82CC7A) is unknown color: approx De York. HEX triplet: 82, CC and 7A. RGB value is (130,204,122). Sum of RGB (Red+Green+Blue) = 130+204+122=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CC7A is #7D3385. Grayscale: #ACACAC. Windows color (decimal): -8205190 or 8047746. OLE color: 8047746.

HSL color Cylindrical-coordinate representation of color #82CC7A: hue angle of 114.15º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82CC7A is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB130204122-
CMYK0.3600.400.2
HSL114.15º44.57%63.92%-
HSV(B)114.15º40.2%80%-
XYZ34.3149.3426.13-
YUV172.5399.4897.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.51%
GREEN value IS 204 (80.08% from 255) = 44.74%
BLUE value IS 122 (48.05% from 255) = 26.75%
R=28.51%
G=44.74%
B=26.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1302041220.3600.400.2114.1544.5763.92
Hex82CC7A2402814722d40
Octal202314172440502416255100
Binary1000001011001100111101010010001010001010011100101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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