Html Css Color HEX #83B425 Limerick

📋 copy color: '#83B425'

red 131 ◦ green 180 ◦ blue 37

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

Shades of Limerick #83B425

Tints of Limerick #83B425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.63%

R = 37.64%
G = 51.72%
B = 10.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#83B425 (or 0x83B425) is known color: Limerick. HEX triplet: 83, B4 and 25. RGB value is (131,180,37). Sum of RGB (Red+Green+Blue) = 131+180+37=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 180 (70.70% from 255 or 51.72% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 180 - color contains mainly: green. Hex color #83B425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B425 is #7C4BDA. Grayscale: #959595. Windows color (decimal): -8145883 or 2471043. OLE color: 2471043.

HSL color Cylindrical-coordinate representation of color #83B425: hue angle of 80.56º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83B425 is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 180 37 -
CMYK 0.27 0 0.79 0.29
HSL 80.56º 0.66% 0.43% -
HSV(B) 80.56º 0.79% 0.71% -
XYZ 26.02 37.6 7.64 -
YUV 149.05 64.77 115.13 -
System Red Green Blue C M Y K H S L
Decimal 131 180 37 0.27 0 0.79 0.29 80.56 0.66 0.43
Hex 83 B4 25 1B 0 4F 1D 51 42 2B
Octal 203 264 45 33 0 117 35 121 102 53
Binary 10000011 10110100 100101 11011 0 1001111 11101 1010001 1000010 101011

Color Harmonies of #83B425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B425

Black with #83B425

Text Example


Text Example

White with #83B425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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