Html Css Color HEX #83AF37 Limerick

📋 copy color: '#83AF37'

red 131 ◦ green 175 ◦ blue 55

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

Shades of Limerick #83AF37

Tints of Limerick #83AF37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.24%

R = 36.29%
G = 48.48%
B = 15.24%

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

#83AF37 (or 0x83AF37) is known color: Limerick. HEX triplet: 83, AF and 37. RGB value is (131,175,55). Sum of RGB (Red+Green+Blue) = 131+175+55=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 55 (21.88% from 255 or 15.24% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AF37 is #7C50C8. Grayscale: #949494. Windows color (decimal): -8147145 or 3649411. OLE color: 3649411.

HSL color Cylindrical-coordinate representation of color #83AF37: hue angle of 82º degrees, saturation: 0.52, 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 #83AF37 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 175 55 -
CMYK 0.25 0 0.69 0.31
HSL 82º 0.52% 0.45% -
HSV(B) 82º 0.69% 0.69% -
XYZ 25.38 35.76 9.18 -
YUV 148.16 75.42 115.76 -
System Red Green Blue C M Y K H S L
Decimal 131 175 55 0.25 0 0.69 0.31 82 0.52 0.45
Hex 83 AF 37 19 0 45 1F 52 34 2D
Octal 203 257 67 31 0 105 37 122 64 55
Binary 10000011 10101111 110111 11001 0 1000101 11111 1010010 110100 101101

Color Harmonies of #83AF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AF37

Black with #83AF37

Text Example


Text Example

White with #83AF37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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