#82D217

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

Shades of Yellow Green #82D217

Tints of Yellow Green #82D217

Color information

#82D217 (or 0x82D217) is unknown color: approx Yellow Green. HEX triplet: 82, D2 and 17. RGB value is (130,210,23). Sum of RGB (Red+Green+Blue) = 130+210+23=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 210 (82.42% from 255 or 57.85% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 210 - color contains mainly: green. Hex color #82D217 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82D217 is #7D2DE8. Grayscale: #A5A5A5. Windows color (decimal): -8203753 or 1561218. OLE color: 1561218.

HSL color Cylindrical-coordinate representation of color #82D217: hue angle of 85.67º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82D217 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB13021023-
CMYK0.3800.890.18
HSL85.67º80.26%45.69%-
HSV(B)85.67º89.05%82.35%-
XYZ32.4150.98.93-
YUV164.7648103.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 210 (82.42% from 255) = 57.85%
BLUE value IS 23 (9.38% from 255) = 6.34%
R=35.81%
G=57.85%
B=6.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal130210230.3800.890.1885.6780.2645.69
Hex82D217260591256502e
Octal202322274601312212612056
Binary100000101101001010111100110010110011001010101101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,210,23); }

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

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

 a { background-color: rgb(130,210,23); }

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

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

 span { border-color: rgb(130,210,23); }

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