#82D821

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

Shades of Yellow Green #82D821

Tints of Yellow Green #82D821

Color information

#82D821 (or 0x82D821) is unknown color: approx Yellow Green. HEX triplet: 82, D8 and 21. RGB value is (130,216,33). Sum of RGB (Red+Green+Blue) = 130+216+33=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 216 (84.77% from 255 or 56.99% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 216 - color contains mainly: green. Hex color #82D821 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D821 is #7D27DE. Grayscale: #AAAAAA. Windows color (decimal): -8202207 or 2218114. OLE color: 2218114.

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

Color convert

RGB13021633-
CMYK0.4000.850.15
HSL88.2º73.49%48.82%-
HSV(B)88.2º84.72%84.71%-
XYZ34.0453.9710.06-
YUV169.4251.0199.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.30%
GREEN value IS 216 (84.77% from 255) = 56.99%
BLUE value IS 33 (13.28% from 255) = 8.71%
R=34.30%
G=56.99%
B=8.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal130216330.4000.850.1588.273.4948.82
Hex82D82128055F584931
Octal202330415001251713011161
Binary100000101101100010000110100001010101111110110001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,216,33); }

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

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

 a { background-color: rgb(130,216,33); }

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

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

 span { border-color: rgb(130,216,33); }

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