#82C817

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

Shades of Lima #82C817

Tints of Lima #82C817

Color information

#82C817 (or 0x82C817) is unknown color: approx Lima. HEX triplet: 82, C8 and 17. RGB value is (130,200,23). Sum of RGB (Red+Green+Blue) = 130+200+23=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 200 (78.52% from 255 or 56.66% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 200 - color contains mainly: green. Hex color #82C817 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C817 is #7D37E8. Grayscale: #9F9F9F. Windows color (decimal): -8206313 or 1558658. OLE color: 1558658.

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

Color convert

RGB13020023-
CMYK0.3500.880.22
HSL83.73º79.37%43.73%-
HSV(B)83.73º88.5%78.43%-
XYZ30.0146.128.13-
YUV158.8951.31107.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.83%
GREEN value IS 200 (78.52% from 255) = 56.66%
BLUE value IS 23 (9.38% from 255) = 6.52%
R=36.83%
G=56.66%
B=6.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal130200230.3500.880.2283.7379.3743.73
Hex82C8172305816544f2c
Octal202310274301302612411754
Binary100000101100100010111100011010110001011010101001001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,200,23); }

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

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

 a { background-color: rgb(130,200,23); }

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

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

 span { border-color: rgb(130,200,23); }

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