Html Css Color HEX #82C116 Lima

📋 copy color: '#82C116'

red 130 ◦ green 193 ◦ blue 22

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

Shades of Lima #82C116

Tints of Lima #82C116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.38%

R = 37.68%
G = 55.94%
B = 6.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#82C116 (or 0x82C116) is known color: Lima. HEX triplet: 82, C1 and 16. RGB value is (130,193,22). Sum of RGB (Red+Green+Blue) = 130+193+22=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 193 (75.78% from 255 or 55.94% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 193 - color contains mainly: green. Hex color #82C116 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C116 is #7D3EE9. Grayscale: #9B9B9B. Windows color (decimal): -8208106 or 1491330. OLE color: 1491330.

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

Color convert

RGB 130 193 22 -
CMYK 0.33 0 0.89 0.24
HSL 82.11º 0.8% 0.42% -
HSV(B) 82.11º 0.89% 0.76% -
XYZ 28.42 42.94 7.55 -
YUV 154.67 53.13 110.4 -
System Red Green Blue C M Y K H S L
Decimal 130 193 22 0.33 0 0.89 0.24 82.11 0.8 0.42
Hex 82 C1 16 21 0 59 18 52 50 2A
Octal 202 301 26 41 0 131 30 122 120 52
Binary 10000010 11000001 10110 100001 0 1011001 11000 1010010 1010000 101010

Color Harmonies of #82C116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C116

Black with #82C116

Text Example


Text Example

White with #82C116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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