Html Css Color HEX #80AF2F Limerick

📋 copy color: '#80AF2F'

red 128 ◦ green 175 ◦ blue 47

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

Shades of Limerick #80AF2F

Tints of Limerick #80AF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.43%

R = 36.57%
G = 50%
B = 13.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#80AF2F (or 0x80AF2F) is known color: Limerick. HEX triplet: 80, AF and 2F. RGB value is (128,175,47). Sum of RGB (Red+Green+Blue) = 128+175+47=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AF2F is #7F50D0. Grayscale: #929292. Windows color (decimal): -8343761 or 3125120. OLE color: 3125120.

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

Color convert

RGB 128 175 47 -
CMYK 0.27 0 0.73 0.31
HSL 82.03º 0.58% 0.44% -
HSV(B) 82.03º 0.73% 0.69% -
XYZ 24.75 35.45 8.23 -
YUV 146.36 71.93 114.91 -
System Red Green Blue C M Y K H S L
Decimal 128 175 47 0.27 0 0.73 0.31 82.03 0.58 0.44
Hex 80 AF 2F 1B 0 49 1F 52 3A 2C
Octal 200 257 57 33 0 111 37 122 72 54
Binary 10000000 10101111 101111 11011 0 1001001 11111 1010010 111010 101100

Color Harmonies of #80AF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF2F

Black with #80AF2F

Text Example


Text Example

White with #80AF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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