Html Css Color HEX #83BF34 Limerick

📋 copy color: '#83BF34'

red 131 ◦ green 191 ◦ blue 52

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

Shades of Limerick #83BF34

Tints of Limerick #83BF34

RGB

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

 GREEN value IS 191 (75% from 255) = 51.07%

 BLUE value IS 52 (20.7% from 255) = 13.9%

R = 35.03%
G = 51.07%
B = 13.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#83BF34 (or 0x83BF34) is known color: Limerick. HEX triplet: 83, BF and 34. RGB value is (131,191,52). Sum of RGB (Red+Green+Blue) = 131+191+52=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 191 (75% from 255 or 51.07% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BF34 is #7C40CB. Grayscale: #9D9D9D. Windows color (decimal): -8143052 or 3456899. OLE color: 3456899.

HSL color Cylindrical-coordinate representation of color #83BF34: hue angle of 85.9º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83BF34 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 191 52 -
CMYK 0.31 0 0.73 0.25
HSL 85.9º 0.57% 0.48% -
HSV(B) 85.9º 0.73% 0.75% -
XYZ 28.61 42.33 9.91 -
YUV 157.21 68.62 109.3 -
System Red Green Blue C M Y K H S L
Decimal 131 191 52 0.31 0 0.73 0.25 85.9 0.57 0.48
Hex 83 BF 34 1F 0 49 19 56 39 30
Octal 203 277 64 37 0 111 31 126 71 60
Binary 10000011 10111111 110100 11111 0 1001001 11001 1010110 111001 110000

Color Harmonies of #83BF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BF34

Black with #83BF34

Text Example


Text Example

White with #83BF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,191,52); }

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

background-color css

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

 a { background-color: rgb(131,191,52); }

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

border-color css

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

 span { border-color: rgb(131,191,52); }

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