Html Css Color HEX #83C032 Limerick

📋 copy color: '#83C032'

red 131 ◦ green 192 ◦ blue 50

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

Shades of Limerick #83C032

Tints of Limerick #83C032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.47%

 BLUE value IS 50 (19.92% from 255) = 13.4%

R = 35.12%
G = 51.47%
B = 13.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#83C032 (or 0x83C032) is known color: Limerick. HEX triplet: 83, C0 and 32. RGB value is (131,192,50). Sum of RGB (Red+Green+Blue) = 131+192+50=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #83C032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C032 is #7C3FCD. Grayscale: #9E9E9E. Windows color (decimal): -8142798 or 3326083. OLE color: 3326083.

HSL color Cylindrical-coordinate representation of color #83C032: hue angle of 85.77º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83C032 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 192 50 -
CMYK 0.32 0 0.74 0.25
HSL 85.77º 0.59% 0.47% -
HSV(B) 85.77º 0.74% 0.75% -
XYZ 28.79 42.75 9.75 -
YUV 157.57 67.29 109.05 -
System Red Green Blue C M Y K H S L
Decimal 131 192 50 0.32 0 0.74 0.25 85.77 0.59 0.47
Hex 83 C0 32 20 0 4A 19 56 3B 2F
Octal 203 300 62 40 0 112 31 126 73 57
Binary 10000011 11000000 110010 100000 0 1001010 11001 1010110 111011 101111

Color Harmonies of #83C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C032

Black with #83C032

Text Example


Text Example

White with #83C032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,192,50); }

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

background-color css

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

 a { background-color: rgb(131,192,50); }

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

border-color css

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

 span { border-color: rgb(131,192,50); }

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