#82D533

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

Shades of Yellow Green #82D533

Tints of Yellow Green #82D533

Color information

#82D533 (or 0x82D533) is unknown color: approx Yellow Green. HEX triplet: 82, D5 and 33. RGB value is (130,213,51). Sum of RGB (Red+Green+Blue) = 130+213+51=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 213 (83.59% from 255 or 54.06% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 213 - color contains mainly: green. Hex color #82D533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D533 is #7D2ACC. Grayscale: #AAAAAA. Windows color (decimal): -8202957 or 3396994. OLE color: 3396994.

HSL color Cylindrical-coordinate representation of color #82D533: hue angle of 90.74º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82D533 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB13021351-
CMYK0.3900.760.16
HSL90.74º65.85%51.76%-
HSV(B)90.74º76.06%83.53%-
XYZ33.652.5711.51-
YUV169.716199.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.99%
GREEN value IS 213 (83.59% from 255) = 54.06%
BLUE value IS 51 (20.31% from 255) = 12.94%
R=32.99%
G=54.06%
B=12.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal130213510.3900.760.1690.7465.8551.76
Hex82D5332704C105b4234
Octal202325634701142013310264
Binary1000001011010101110011100111010011001000010110111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,213,51); }

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

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

 a { background-color: rgb(130,213,51); }

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

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

 span { border-color: rgb(130,213,51); }

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