Html Css Color HEX #82C52C Yellow Green

📋 copy color: '#82C52C'

red 130 ◦ green 197 ◦ blue 44

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

Shades of Yellow Green #82C52C

Tints of Yellow Green #82C52C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 53.1%

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

R = 35.04%
G = 53.1%
B = 11.86%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#82C52C (or 0x82C52C) is known color: Yellow Green. HEX triplet: 82, C5 and 2C. RGB value is (130,197,44). Sum of RGB (Red+Green+Blue) = 130+197+44=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #82C52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C52C is #7D3AD3. Grayscale: #A0A0A0. Windows color (decimal): -8207060 or 2934146. OLE color: 2934146.

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

Color convert

RGB 130 197 44 -
CMYK 0.34 0 0.78 0.23
HSL 86.27º 0.63% 0.47% -
HSV(B) 86.27º 0.78% 0.77% -
XYZ 29.63 44.86 9.48 -
YUV 159.53 62.8 106.94 -
System Red Green Blue C M Y K H S L
Decimal 130 197 44 0.34 0 0.78 0.23 86.27 0.63 0.47
Hex 82 C5 2C 22 0 4E 17 56 3F 2F
Octal 202 305 54 42 0 116 27 126 77 57
Binary 10000010 11000101 101100 100010 0 1001110 10111 1010110 111111 101111

Color Harmonies of #82C52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C52C

Black with #82C52C

Text Example


Text Example

White with #82C52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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