Html Css Color HEX #80B506 Lima

📋 copy color: '#80B506'

red 128 ◦ green 181 ◦ blue 6

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

Shades of Lima #80B506

Tints of Lima #80B506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.9%

R = 40.63%
G = 57.46%
B = 1.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#80B506 (or 0x80B506) is known color: Lima. HEX triplet: 80, B5 and 06. RGB value is (128,181,6). Sum of RGB (Red+Green+Blue) = 128+181+6=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 181 (71.09% from 255 or 57.46% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 181 - color contains mainly: green. Hex color #80B506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B506 is #7F4AF9. Grayscale: #919191. Windows color (decimal): -8342266 or 439680. OLE color: 439680.

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

Color convert

RGB 128 181 6 -
CMYK 0.29 0 0.97 0.29
HSL 78.17º 0.94% 0.37% -
HSV(B) 78.17º 0.97% 0.71% -
XYZ 25.46 37.65 6.1 -
YUV 145.2 49.44 115.73 -
System Red Green Blue C M Y K H S L
Decimal 128 181 6 0.29 0 0.97 0.29 78.17 0.94 0.37
Hex 80 B5 6 1D 0 61 1D 4E 5E 25
Octal 200 265 6 35 0 141 35 116 136 45
Binary 10000000 10110101 110 11101 0 1100001 11101 1001110 1011110 100101

Color Harmonies of #80B506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B506

Black with #80B506

Text Example


Text Example

White with #80B506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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