Html Css Color HEX #82C62C Yellow Green

📋 copy color: '#82C62C'

red 130 ◦ green 198 ◦ blue 44

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

Shades of Yellow Green #82C62C

Tints of Yellow Green #82C62C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 53.23%

 BLUE value IS 44 (17.58% from 255) = 11.83%

R = 34.95%
G = 53.23%
B = 11.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#82C62C (or 0x82C62C) is known color: Yellow Green. HEX triplet: 82, C6 and 2C. RGB value is (130,198,44). Sum of RGB (Red+Green+Blue) = 130+198+44=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 198 (77.73% from 255 or 53.23% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 198 - color contains mainly: green. Hex color #82C62C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C62C is #7D39D3. Grayscale: #A0A0A0. Windows color (decimal): -8206804 or 2934402. OLE color: 2934402.

HSL color Cylindrical-coordinate representation of color #82C62C: hue angle of 86.49º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82C62C is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 198 44 -
CMYK 0.34 0 0.78 0.22
HSL 86.49º 0.64% 0.47% -
HSV(B) 86.49º 0.78% 0.78% -
XYZ 29.85 45.32 9.56 -
YUV 160.11 62.47 106.52 -
System Red Green Blue C M Y K H S L
Decimal 130 198 44 0.34 0 0.78 0.22 86.49 0.64 0.47
Hex 82 C6 2C 22 0 4E 16 56 40 2F
Octal 202 306 54 42 0 116 26 126 100 57
Binary 10000010 11000110 101100 100010 0 1001110 10110 1010110 1000000 101111

Color Harmonies of #82C62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C62C

Black with #82C62C

Text Example


Text Example

White with #82C62C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,198,44); }

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

background-color css

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

 a { background-color: rgb(130,198,44); }

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

border-color css

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

 span { border-color: rgb(130,198,44); }

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