#82DD21

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

Shades of Yellow Green #82DD21

Tints of Yellow Green #82DD21

Color information

#82DD21 (or 0x82DD21) is unknown color: approx Yellow Green. HEX triplet: 82, DD and 21. RGB value is (130,221,33). Sum of RGB (Red+Green+Blue) = 130+221+33=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 221 (86.72% from 255 or 57.55% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 221 - color contains mainly: green. Hex color #82DD21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DD21 is #7D22DE. Grayscale: #ADADAD. Windows color (decimal): -8200927 or 2219394. OLE color: 2219394.

HSL color Cylindrical-coordinate representation of color #82DD21: hue angle of 89.04º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82DD21 is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB13022133-
CMYK0.4100.850.13
HSL89.04º74.02%49.8%-
HSV(B)89.04º85.07%86.67%-
XYZ35.3456.5710.5-
YUV172.3649.3597.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.85%
GREEN value IS 221 (86.72% from 255) = 57.55%
BLUE value IS 33 (13.28% from 255) = 8.59%
R=33.85%
G=57.55%
B=8.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal130221330.4100.850.1389.0474.0249.8
Hex82DD2129055D594a32
Octal202335415101251513111262
Binary100000101101110110000110100101010101110110110011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DD21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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