#82C535

Color #82C535 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #82C535

Tints of Yellow Green #82C535

Color information

#82C535 (or 0x82C535) is unknown color: approx Yellow Green. HEX triplet: 82, C5 and 35. RGB value is (130,197,53). Sum of RGB (Red+Green+Blue) = 130+197+53=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 197 (77.34% from 255 or 51.84% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 197 - color contains mainly: green. Hex color #82C535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C535 is #7D3ACA. Grayscale: #A1A1A1. Windows color (decimal): -8207051 or 3523970. OLE color: 3523970.

HSL color Cylindrical-coordinate representation of color #82C535: hue angle of 87.92º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82C535 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB13019753-
CMYK0.3400.730.23
HSL87.92º57.6%49.02%-
HSV(B)87.92º73.1%77.25%-
XYZ29.8144.9410.47-
YUV160.5567.3106.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.21%
GREEN value IS 197 (77.34% from 255) = 51.84%
BLUE value IS 53 (21.09% from 255) = 13.95%
R=34.21%
G=51.84%
B=13.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal130197530.3400.730.2387.9257.649.02
Hex82C5352204917583a31
Octal20230565420111271307261
Binary100000101100010111010110001001001001101111011000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,197,53); }

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

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

 a { background-color: rgb(130,197,53); }

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

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

 span { border-color: rgb(130,197,53); }

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