Html Css Color HEX #80AF31 Limerick

📋 copy color: '#80AF31'

red 128 ◦ green 175 ◦ blue 49

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

Shades of Limerick #80AF31

Tints of Limerick #80AF31

RGB

 RED value IS 128 (50.39% from 255) = 36.36%

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

 BLUE value IS 49 (19.53% from 255) = 13.92%

R = 36.36%
G = 49.72%
B = 13.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#80AF31 (or 0x80AF31) is known color: Limerick. HEX triplet: 80, AF and 31. RGB value is (128,175,49). Sum of RGB (Red+Green+Blue) = 128+175+49=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AF31 is #7F50CE. Grayscale: #939393. Windows color (decimal): -8343759 or 3256192. OLE color: 3256192.

HSL color Cylindrical-coordinate representation of color #80AF31: hue angle of 82.38º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80AF31 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 175 49 -
CMYK 0.27 0 0.72 0.31
HSL 82.38º 0.56% 0.44% -
HSV(B) 82.38º 0.72% 0.69% -
XYZ 24.79 35.47 8.45 -
YUV 146.58 72.93 114.75 -
System Red Green Blue C M Y K H S L
Decimal 128 175 49 0.27 0 0.72 0.31 82.38 0.56 0.44
Hex 80 AF 31 1B 0 48 1F 52 38 2C
Octal 200 257 61 33 0 110 37 122 70 54
Binary 10000000 10101111 110001 11011 0 1001000 11111 1010010 111000 101100

Color Harmonies of #80AF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF31

Black with #80AF31

Text Example


Text Example

White with #80AF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80AF31; }

 p { color: rgb(128,175,49); }

 H1.HeaderClassName
 {
   color: #80AF31;
 }
 .AnyTagClassName
 {
   color: #80AF31;
 }
</style>

background-color css

<style>
 a { background-color: #80AF31; }

 a { background-color: rgb(128,175,49); }

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

border-color css

<style>
 span { border-color: #80AF31; }

 span { border-color: rgb(128,175,49); }

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