Html Css Color HEX #82B42B Limerick

📋 copy color: '#82B42B'

red 130 ◦ green 180 ◦ blue 43

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

Shades of Limerick #82B42B

Tints of Limerick #82B42B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.99%

 BLUE value IS 43 (17.19% from 255) = 12.18%

R = 36.83%
G = 50.99%
B = 12.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#82B42B (or 0x82B42B) is known color: Limerick. HEX triplet: 82, B4 and 2B. RGB value is (130,180,43). Sum of RGB (Red+Green+Blue) = 130+180+43=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #82B42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B42B is #7D4BD4. Grayscale: #959595. Windows color (decimal): -8211413 or 2864258. OLE color: 2864258.

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

Color convert

RGB 130 180 43 -
CMYK 0.28 0 0.76 0.29
HSL 81.9º 0.61% 0.44% -
HSV(B) 81.9º 0.76% 0.71% -
XYZ 25.96 37.56 8.17 -
YUV 149.43 67.94 114.14 -
System Red Green Blue C M Y K H S L
Decimal 130 180 43 0.28 0 0.76 0.29 81.9 0.61 0.44
Hex 82 B4 2B 1C 0 4C 1D 52 3D 2C
Octal 202 264 53 34 0 114 35 122 75 54
Binary 10000010 10110100 101011 11100 0 1001100 11101 1010010 111101 101100

Color Harmonies of #82B42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B42B

Black with #82B42B

Text Example


Text Example

White with #82B42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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