Html Css Color HEX #82CA20 Yellow Green

📋 copy color: '#82CA20'

red 130 ◦ green 202 ◦ blue 32

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

Shades of Yellow Green #82CA20

Tints of Yellow Green #82CA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 55.49%

 BLUE value IS 32 (12.89% from 255) = 8.79%

R = 35.71%
G = 55.49%
B = 8.79%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#82CA20 (or 0x82CA20) is known color: Yellow Green. HEX triplet: 82, CA and 20. RGB value is (130,202,32). Sum of RGB (Red+Green+Blue) = 130+202+32=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 202 (79.30% from 255 or 55.49% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CA20 is #7D35DF. Grayscale: #A1A1A1. Windows color (decimal): -8205792 or 2148994. OLE color: 2148994.

HSL color Cylindrical-coordinate representation of color #82CA20: hue angle of 85.41º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82CA20 is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 202 32 -
CMYK 0.36 0 0.84 0.21
HSL 85.41º 0.73% 0.46% -
HSV(B) 85.41º 0.84% 0.79% -
XYZ 30.59 47.09 8.84 -
YUV 161.09 55.15 105.82 -
System Red Green Blue C M Y K H S L
Decimal 130 202 32 0.36 0 0.84 0.21 85.41 0.73 0.46
Hex 82 CA 20 24 0 54 15 55 49 2E
Octal 202 312 40 44 0 124 25 125 111 56
Binary 10000010 11001010 100000 100100 0 1010100 10101 1010101 1001001 101110

Color Harmonies of #82CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CA20

Black with #82CA20

Text Example


Text Example

White with #82CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,202,32); }

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

background-color css

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

 a { background-color: rgb(130,202,32); }

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

border-color css

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

 span { border-color: rgb(130,202,32); }

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