Html Css Color HEX #80B504 Lima

📋 copy color: '#80B504'

red 128 ◦ green 181 ◦ blue 4

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

Shades of Lima #80B504

Tints of Lima #80B504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.28%

R = 40.89%
G = 57.83%
B = 1.28%

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

#80B504 (or 0x80B504) is known color: Lima. HEX triplet: 80, B5 and 04. RGB value is (128,181,4). Sum of RGB (Red+Green+Blue) = 128+181+4=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 181 (71.09% from 255 or 57.83% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 181 - color contains mainly: green. Hex color #80B504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B504 is #7F4AFB. Grayscale: #919191. Windows color (decimal): -8342268 or 308608. OLE color: 308608.

HSL color Cylindrical-coordinate representation of color #80B504: hue angle of 77.97º degrees, saturation: 0.96, 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 #80B504 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 181 4 -
CMYK 0.29 0 0.98 0.29
HSL 77.97º 0.96% 0.36% -
HSV(B) 77.97º 0.98% 0.71% -
XYZ 25.45 37.65 6.04 -
YUV 144.98 48.44 115.89 -
System Red Green Blue C M Y K H S L
Decimal 128 181 4 0.29 0 0.98 0.29 77.97 0.96 0.36
Hex 80 B5 4 1D 0 62 1D 4E 60 24
Octal 200 265 4 35 0 142 35 116 140 44
Binary 10000000 10110101 100 11101 0 1100010 11101 1001110 1100000 100100

Color Harmonies of #80B504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B504

Black with #80B504

Text Example


Text Example

White with #80B504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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