Html Css Color HEX #80AF0B Lima

📋 copy color: '#80AF0B'

red 128 ◦ green 175 ◦ blue 11

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

Shades of Lima #80AF0B

Tints of Lima #80AF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.5%

R = 40.76%
G = 55.73%
B = 3.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#80AF0B (or 0x80AF0B) is known color: Lima. HEX triplet: 80, AF and 0B. RGB value is (128,175,11). Sum of RGB (Red+Green+Blue) = 128+175+11=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 175 (68.75% from 255 or 55.73% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AF0B is #7F50F4. Grayscale: #8E8E8E. Windows color (decimal): -8343797 or 765824. OLE color: 765824.

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

Color convert

RGB 128 175 11 -
CMYK 0.27 0 0.94 0.31
HSL 77.2º 0.88% 0.36% -
HSV(B) 77.2º 0.94% 0.69% -
XYZ 24.29 35.27 5.84 -
YUV 142.25 53.93 117.84 -
System Red Green Blue C M Y K H S L
Decimal 128 175 11 0.27 0 0.94 0.31 77.2 0.88 0.36
Hex 80 AF B 1B 0 5E 1F 4D 58 24
Octal 200 257 13 33 0 136 37 115 130 44
Binary 10000000 10101111 1011 11011 0 1011110 11111 1001101 1011000 100100

Color Harmonies of #80AF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF0B

Black with #80AF0B

Text Example


Text Example

White with #80AF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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