Html Css Color HEX #80B50B Lima

📋 copy color: '#80B50B'

red 128 ◦ green 181 ◦ blue 11

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

Shades of Lima #80B50B

Tints of Lima #80B50B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 56.56%

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

R = 40%
G = 56.56%
B = 3.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#80B50B (or 0x80B50B) is known color: Lima. HEX triplet: 80, B5 and 0B. RGB value is (128,181,11). Sum of RGB (Red+Green+Blue) = 128+181+11=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 181 (71.09% from 255 or 56.56% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 181 - color contains mainly: green. Hex color #80B50B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B50B is #7F4AF4. Grayscale: #929292. Windows color (decimal): -8342261 or 767360. OLE color: 767360.

HSL color Cylindrical-coordinate representation of color #80B50B: hue angle of 78.71º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80B50B is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 181 11 -
CMYK 0.29 0 0.94 0.29
HSL 78.71º 0.89% 0.38% -
HSV(B) 78.71º 0.94% 0.71% -
XYZ 25.49 37.66 6.24 -
YUV 145.77 51.94 115.32 -
System Red Green Blue C M Y K H S L
Decimal 128 181 11 0.29 0 0.94 0.29 78.71 0.89 0.38
Hex 80 B5 B 1D 0 5E 1D 4F 59 26
Octal 200 265 13 35 0 136 35 117 131 46
Binary 10000000 10110101 1011 11101 0 1011110 11101 1001111 1011001 100110

Color Harmonies of #80B50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B50B

Black with #80B50B

Text Example


Text Example

White with #80B50B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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