Html Css Color HEX #80AF32 Limerick

📋 copy color: '#80AF32'

red 128 ◦ green 175 ◦ blue 50

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

Shades of Limerick #80AF32

Tints of Limerick #80AF32

RGB

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

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

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

R = 36.26%
G = 49.58%
B = 14.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#80AF32 (or 0x80AF32) is known color: Limerick. HEX triplet: 80, AF and 32. RGB value is (128,175,50). Sum of RGB (Red+Green+Blue) = 128+175+50=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AF32 is #7F50CD. Grayscale: #939393. Windows color (decimal): -8343758 or 3321728. OLE color: 3321728.

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

Color convert

RGB 128 175 50 -
CMYK 0.27 0 0.71 0.31
HSL 82.56º 0.56% 0.44% -
HSV(B) 82.56º 0.71% 0.69% -
XYZ 24.81 35.48 8.56 -
YUV 146.7 73.43 114.66 -
System Red Green Blue C M Y K H S L
Decimal 128 175 50 0.27 0 0.71 0.31 82.56 0.56 0.44
Hex 80 AF 32 1B 0 47 1F 53 38 2C
Octal 200 257 62 33 0 107 37 123 70 54
Binary 10000000 10101111 110010 11011 0 1000111 11111 1010011 111000 101100

Color Harmonies of #80AF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF32

Black with #80AF32

Text Example


Text Example

White with #80AF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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