Html Css Color HEX #82C131 Lima

📋 copy color: '#82C131'

red 130 ◦ green 193 ◦ blue 49

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

Shades of Lima #82C131

Tints of Lima #82C131

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.88%

 BLUE value IS 49 (19.53% from 255) = 13.17%

R = 34.95%
G = 51.88%
B = 13.17%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#82C131 (or 0x82C131) is known color: Lima. HEX triplet: 82, C1 and 31. RGB value is (130,193,49). Sum of RGB (Red+Green+Blue) = 130+193+49=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 193 (75.78% from 255 or 51.88% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 193 - color contains mainly: green. Hex color #82C131 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C131 is #7D3ECE. Grayscale: #9E9E9E. Windows color (decimal): -8208079 or 3260802. OLE color: 3260802.

HSL color Cylindrical-coordinate representation of color #82C131: hue angle of 86.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82C131 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 193 49 -
CMYK 0.33 0 0.75 0.24
HSL 86.25º 0.6% 0.47% -
HSV(B) 86.25º 0.75% 0.76% -
XYZ 28.83 43.11 9.71 -
YUV 157.75 66.63 108.21 -
System Red Green Blue C M Y K H S L
Decimal 130 193 49 0.33 0 0.75 0.24 86.25 0.6 0.47
Hex 82 C1 31 21 0 4B 18 56 3C 2F
Octal 202 301 61 41 0 113 30 126 74 57
Binary 10000010 11000001 110001 100001 0 1001011 11000 1010110 111100 101111

Color Harmonies of #82C131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C131

Black with #82C131

Text Example


Text Example

White with #82C131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,193,49); }

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

background-color css

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

 a { background-color: rgb(130,193,49); }

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

border-color css

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

 span { border-color: rgb(130,193,49); }

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