#82B42F

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

Shades of Limerick #82B42F

Tints of Limerick #82B42F

Color information

#82B42F (or 0x82B42F) is unknown color: approx Limerick. HEX triplet: 82, B4 and 2F. RGB value is (130,180,47). Sum of RGB (Red+Green+Blue) = 130+180+47=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 180 (70.70% from 255 or 50.42% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 180 - color contains mainly: green. Hex color #82B42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B42F is #7D4BD0. Grayscale: #969696. Windows color (decimal): -8211409 or 3126402. OLE color: 3126402.

HSL color Cylindrical-coordinate representation of color #82B42F: hue angle of 82.56º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #82B42F is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB13018047-
CMYK0.2800.740.29
HSL82.56º58.59%44.51%-
HSV(B)82.56º73.89%70.59%-
XYZ26.0437.598.57-
YUV149.8969.94113.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.41%
GREEN value IS 180 (70.70% from 255) = 50.42%
BLUE value IS 47 (18.75% from 255) = 13.17%
R=36.41%
G=50.42%
B=13.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal130180470.2800.740.2982.5658.5944.51
Hex82B42F1C04A1D533b2d
Octal20226457340112351237355
Binary10000010101101001011111110001001010111011010011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,180,47); }

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

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

 a { background-color: rgb(130,180,47); }

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

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

 span { border-color: rgb(130,180,47); }

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