Html Css Color HEX #82E529 Yellow Green

📋 copy color: '#82E529'

red 130 ◦ green 229 ◦ blue 41

#82E529
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #82E529

Tints of Yellow Green #82E529

RGB

 RED value IS 130 (51.17% from 255) = 32.5%

 GREEN value IS 229 (89.84% from 255) = 57.25%

 BLUE value IS 41 (16.41% from 255) = 10.25%

R = 32.5%
G = 57.25%
B = 10.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#82E529 (or 0x82E529) is known color: Yellow Green. HEX triplet: 82, E5 and 29. RGB value is (130,229,41). Sum of RGB (Red+Green+Blue) = 130+229+41=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 229 (89.84% from 255 or 57.25% from 400); Blue value is 41 (16.41% from 255 or 10.25% from 400); Max value from RGB is 229 - color contains mainly: green. Hex color #82E529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82E529 is #7D1AD6. Grayscale: #B2B2B2. Windows color (decimal): -8198871 or 2745730. OLE color: 2745730.

HSL color Cylindrical-coordinate representation of color #82E529: hue angle of 91.6º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82E529 is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 130 229 41 -
CMYK 0.43 0 0.82 0.10
HSL 91.6º 0.78% 0.53% -
HSV(B) 91.6º 0.82% 0.9% -
XYZ 37.63 60.94 11.88 -
YUV 177.97 50.7 93.79 -
System Red Green Blue C M Y K H S L
Decimal 130 229 41 0.43 0 0.82 0.10 91.6 0.78 0.53
Hex 82 E5 29 2B 0 52 A 5C 4E 35
Octal 202 345 51 53 0 122 12 134 116 65
Binary 10000010 11100101 101001 101011 0 1010010 1010 1011100 1001110 110101

Color Harmonies of #82E529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E529

Black with #82E529

Text Example


Text Example

White with #82E529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,229,41); }

 H1.HeaderClassName
 {
   color: #82E529;
 }
 .AnyTagClassName
 {
   color: #82E529;
 }
</style>

background-color css

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

 a { background-color: rgb(130,229,41); }

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

border-color css

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

 span { border-color: rgb(130,229,41); }

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