#82C53A

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

Shades of Yellow Green #82C53A

Tints of Yellow Green #82C53A

Color information

#82C53A (or 0x82C53A) is unknown color: approx Yellow Green. HEX triplet: 82, C5 and 3A. RGB value is (130,197,58). Sum of RGB (Red+Green+Blue) = 130+197+58=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #82C53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C53A is #7D3AC5. Grayscale: #A1A1A1. Windows color (decimal): -8207046 or 3851650. OLE color: 3851650.

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

Color convert

RGB13019758-
CMYK0.3400.710.23
HSL88.92º54.51%50%-
HSV(B)88.92º70.56%77.25%-
XYZ29.9444.9811.11-
YUV161.1269.8105.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.77%
GREEN value IS 197 (77.34% from 255) = 51.17%
BLUE value IS 58 (23.05% from 255) = 15.06%
R=33.77%
G=51.17%
B=15.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal130197580.3400.710.2388.9254.5150
Hex82C53A2204717593732
Octal20230572420107271316762
Binary100000101100010111101010001001000111101111011001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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