Html Css Color HEX #80B503 Lima

📋 copy color: '#80B503'

red 128 ◦ green 181 ◦ blue 3

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

Shades of Lima #80B503

Tints of Lima #80B503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 41.03%
G = 58.01%
B = 0.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#80B503 (or 0x80B503) is known color: Lima. HEX triplet: 80, B5 and 03. RGB value is (128,181,3). Sum of RGB (Red+Green+Blue) = 128+181+3=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 181 (71.09% from 255 or 58.01% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 181 - color contains mainly: green. Hex color #80B503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B503 is #7F4AFC. Grayscale: #919191. Windows color (decimal): -8342269 or 243072. OLE color: 243072.

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

Color convert

RGB 128 181 3 -
CMYK 0.29 0 0.98 0.29
HSL 77.87º 0.97% 0.36% -
HSV(B) 77.87º 0.98% 0.71% -
XYZ 25.44 37.64 6.01 -
YUV 144.86 47.94 115.97 -
System Red Green Blue C M Y K H S L
Decimal 128 181 3 0.29 0 0.98 0.29 77.87 0.97 0.36
Hex 80 B5 3 1D 0 62 1D 4E 61 24
Octal 200 265 3 35 0 142 35 116 141 44
Binary 10000000 10110101 11 11101 0 1100010 11101 1001110 1100001 100100

Color Harmonies of #80B503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B503

Black with #80B503

Text Example


Text Example

White with #80B503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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