#82C61B

Color #82C61B Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #82C61B

Tints of Lima #82C61B

Color information

#82C61B (or 0x82C61B) is unknown color: approx Lima. HEX triplet: 82, C6 and 1B. RGB value is (130,198,27). Sum of RGB (Red+Green+Blue) = 130+198+27=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 198 (77.73% from 255 or 55.77% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 198 - color contains mainly: green. Hex color #82C61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C61B is #7D39E4. Grayscale: #9E9E9E. Windows color (decimal): -8206821 or 1820290. OLE color: 1820290.

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

Color convert

RGB13019827-
CMYK0.3400.860.22
HSL83.86º76%44.12%-
HSV(B)83.86º86.36%77.65%-
XYZ29.645.218.2-
YUV158.1753.97107.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 198 (77.73% from 255) = 55.77%
BLUE value IS 27 (10.94% from 255) = 7.61%
R=36.62%
G=55.77%
B=7.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal130198270.3400.860.2283.867644.12
Hex82C61B2205616544c2c
Octal202306334201262612411454
Binary100000101100011011011100010010101101011010101001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82C61B;
 }
 .AnyTagClassName
 {
   color: #82C61B;
 }
</style>
background-color css

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

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

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

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

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

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