Html Css Color HEX #83B42B Limerick

📋 copy color: '#83B42B'

red 131 ◦ green 180 ◦ blue 43

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

Shades of Limerick #83B42B

Tints of Limerick #83B42B

RGB

 RED value IS 131 (51.56% from 255) = 37.01%

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

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

R = 37.01%
G = 50.85%
B = 12.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#83B42B (or 0x83B42B) is known color: Limerick. HEX triplet: 83, B4 and 2B. RGB value is (131,180,43). Sum of RGB (Red+Green+Blue) = 131+180+43=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #83B42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B42B is #7C4BD4. Grayscale: #969696. Windows color (decimal): -8145877 or 2864259. OLE color: 2864259.

HSL color Cylindrical-coordinate representation of color #83B42B: hue angle of 81.46º 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 #83B42B is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 180 43 -
CMYK 0.27 0 0.76 0.29
HSL 81.46º 0.61% 0.44% -
HSV(B) 81.46º 0.76% 0.71% -
XYZ 26.12 37.64 8.17 -
YUV 149.73 67.77 114.64 -
System Red Green Blue C M Y K H S L
Decimal 131 180 43 0.27 0 0.76 0.29 81.46 0.61 0.44
Hex 83 B4 2B 1B 0 4C 1D 51 3D 2C
Octal 203 264 53 33 0 114 35 121 75 54
Binary 10000011 10110100 101011 11011 0 1001100 11101 1010001 111101 101100

Color Harmonies of #83B42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B42B

Black with #83B42B

Text Example


Text Example

White with #83B42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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