#82C410

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

Shades of Lima #82C410

Tints of Lima #82C410

Color information

#82C410 (or 0x82C410) is unknown color: approx Lima. HEX triplet: 82, C4 and 10. RGB value is (130,196,16). Sum of RGB (Red+Green+Blue) = 130+196+16=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 196 (76.95% from 255 or 57.31% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 196 - color contains mainly: green. Hex color #82C410 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C410 is #7D3BEF. Grayscale: #9C9C9C. Windows color (decimal): -8207344 or 1098882. OLE color: 1098882.

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

Color convert

RGB13019616-
CMYK0.3400.920.23
HSL82º84.91%41.57%-
HSV(B)82º91.84%76.86%-
XYZ29.0444.267.5-
YUV155.7549.13109.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.01%
GREEN value IS 196 (76.95% from 255) = 57.31%
BLUE value IS 16 (6.64% from 255) = 4.68%
R=38.01%
G=57.31%
B=4.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal130196160.3400.920.238284.9141.57
Hex82C4102205C1752552a
Octal202304204201342712212552
Binary100000101100010010000100010010111001011110100101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,196,16); }

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

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

 a { background-color: rgb(130,196,16); }

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

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

 span { border-color: rgb(130,196,16); }

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