Html Css Color HEX #83AF36 Limerick

📋 copy color: '#83AF36'

red 131 ◦ green 175 ◦ blue 54

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

Shades of Limerick #83AF36

Tints of Limerick #83AF36

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.61%

 BLUE value IS 54 (21.48% from 255) = 15%

R = 36.39%
G = 48.61%
B = 15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#83AF36 (or 0x83AF36) is known color: Limerick. HEX triplet: 83, AF and 36. RGB value is (131,175,54). Sum of RGB (Red+Green+Blue) = 131+175+54=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AF36 is #7C50C9. Grayscale: #949494. Windows color (decimal): -8147146 or 3583875. OLE color: 3583875.

HSL color Cylindrical-coordinate representation of color #83AF36: hue angle of 81.82º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83AF36 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 175 54 -
CMYK 0.25 0 0.69 0.31
HSL 81.82º 0.53% 0.45% -
HSV(B) 81.82º 0.69% 0.69% -
XYZ 25.36 35.75 9.05 -
YUV 148.05 74.92 115.84 -
System Red Green Blue C M Y K H S L
Decimal 131 175 54 0.25 0 0.69 0.31 81.82 0.53 0.45
Hex 83 AF 36 19 0 45 1F 52 35 2D
Octal 203 257 66 31 0 105 37 122 65 55
Binary 10000011 10101111 110110 11001 0 1000101 11111 1010010 110101 101101

Color Harmonies of #83AF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AF36

Black with #83AF36

Text Example


Text Example

White with #83AF36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,175,54); }

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

background-color css

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

 a { background-color: rgb(131,175,54); }

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

border-color css

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

 span { border-color: rgb(131,175,54); }

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