#82CA3A

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

Shades of Yellow Green #82CA3A

Tints of Yellow Green #82CA3A

Color information

#82CA3A (or 0x82CA3A) is unknown color: approx Yellow Green. HEX triplet: 82, CA and 3A. RGB value is (130,202,58). Sum of RGB (Red+Green+Blue) = 130+202+58=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 202 (79.30% from 255 or 51.79% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CA3A is #7D35C5. Grayscale: #A4A4A4. Windows color (decimal): -8205766 or 3852930. OLE color: 3852930.

HSL color Cylindrical-coordinate representation of color #82CA3A: hue angle of 90º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82CA3A is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB13020258-
CMYK0.3600.710.21
HSL90º57.6%50.98%-
HSV(B)90º71.29%79.22%-
XYZ31.0947.2911.49-
YUV164.0668.15103.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.33%
GREEN value IS 202 (79.30% from 255) = 51.79%
BLUE value IS 58 (23.05% from 255) = 14.87%
R=33.33%
G=51.79%
B=14.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal130202580.3600.710.219057.650.98
Hex82CA3A24047155a3a33
Octal20231272440107251327263
Binary100000101100101011101010010001000111101011011010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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