Html Css Color HEX #82D532 Yellow Green

📋 copy color: '#82D532'

red 130 ◦ green 213 ◦ blue 50

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

Shades of Yellow Green #82D532

Tints of Yellow Green #82D532

RGB

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

 GREEN value IS 213 (83.59% from 255) = 54.2%

 BLUE value IS 50 (19.92% from 255) = 12.72%

R = 33.08%
G = 54.2%
B = 12.72%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#82D532 (or 0x82D532) is known color: Yellow Green. HEX triplet: 82, D5 and 32. RGB value is (130,213,50). Sum of RGB (Red+Green+Blue) = 130+213+50=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 213 (83.59% from 255 or 54.20% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 213 - color contains mainly: green. Hex color #82D532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D532 is #7D2ACD. Grayscale: #AAAAAA. Windows color (decimal): -8202958 or 3331458. OLE color: 3331458.

HSL color Cylindrical-coordinate representation of color #82D532: hue angle of 90.55º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82D532 is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 213 50 -
CMYK 0.39 0 0.77 0.16
HSL 90.55º 0.66% 0.52% -
HSV(B) 90.55º 0.77% 0.84% -
XYZ 33.58 52.56 11.39 -
YUV 169.6 60.5 99.75 -
System Red Green Blue C M Y K H S L
Decimal 130 213 50 0.39 0 0.77 0.16 90.55 0.66 0.52
Hex 82 D5 32 27 0 4D 10 5B 42 34
Octal 202 325 62 47 0 115 20 133 102 64
Binary 10000010 11010101 110010 100111 0 1001101 10000 1011011 1000010 110100

Color Harmonies of #82D532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D532

Black with #82D532

Text Example


Text Example

White with #82D532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,213,50); }

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

background-color css

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

 a { background-color: rgb(130,213,50); }

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

border-color css

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

 span { border-color: rgb(130,213,50); }

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