#82DB31

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

Shades of Yellow Green #82DB31

Tints of Yellow Green #82DB31

Color information

#82DB31 (or 0x82DB31) is unknown color: approx Yellow Green. HEX triplet: 82, DB and 31. RGB value is (130,219,49). Sum of RGB (Red+Green+Blue) = 130+219+49=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 219 (85.94% from 255 or 55.03% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 219 - color contains mainly: green. Hex color #82DB31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DB31 is #7D24CE. Grayscale: #ADADAD. Windows color (decimal): -8201423 or 3267458. OLE color: 3267458.

HSL color Cylindrical-coordinate representation of color #82DB31: hue angle of 91.41º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82DB31 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB13021949-
CMYK0.4100.780.14
HSL91.41º70.25%52.55%-
HSV(B)91.41º77.63%85.88%-
XYZ35.0955.6311.79-
YUV173.0158.0197.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.66%
GREEN value IS 219 (85.94% from 255) = 55.03%
BLUE value IS 49 (19.53% from 255) = 12.31%
R=32.66%
G=55.03%
B=12.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal130219490.4100.780.1491.4170.2552.55
Hex82DB312904EE5b4635
Octal202333615101161613310665
Binary100000101101101111000110100101001110111010110111000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DB31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,219,49); }

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

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

 a { background-color: rgb(130,219,49); }

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

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

 span { border-color: rgb(130,219,49); }

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