#82DA29

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

Shades of Yellow Green #82DA29

Tints of Yellow Green #82DA29

Color information

#82DA29 (or 0x82DA29) is unknown color: approx Yellow Green. HEX triplet: 82, DA and 29. RGB value is (130,218,41). Sum of RGB (Red+Green+Blue) = 130+218+41=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 218 (85.55% from 255 or 56.04% from 389); Blue value is 41 (16.41% from 255 or 10.54% from 389); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DA29 is #7D25D6. Grayscale: #ACACAC. Windows color (decimal): -8201687 or 2742914. OLE color: 2742914.

HSL color Cylindrical-coordinate representation of color #82DA29: hue angle of 89.83º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82DA29 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB13021841-
CMYK0.4000.810.15
HSL89.83º70.52%50.78%-
HSV(B)89.83º81.19%85.49%-
XYZ34.6855.0510.9-
YUV171.5154.3598.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.42%
GREEN value IS 218 (85.55% from 255) = 56.04%
BLUE value IS 41 (16.41% from 255) = 10.54%
R=33.42%
G=56.04%
B=10.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal130218410.4000.810.1589.8370.5250.78
Hex82DA2928051F5a4733
Octal202332515001211713210763
Binary100000101101101010100110100001010001111110110101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,218,41); }

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

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

 a { background-color: rgb(130,218,41); }

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

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

 span { border-color: rgb(130,218,41); }

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