Html Css Color HEX #80B104 Lima

📋 copy color: '#80B104'

red 128 ◦ green 177 ◦ blue 4

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

Shades of Lima #80B104

Tints of Lima #80B104

RGB

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

 GREEN value IS 177 (69.53% from 255) = 57.28%

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

R = 41.42%
G = 57.28%
B = 1.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#80B104 (or 0x80B104) is known color: Lima. HEX triplet: 80, B1 and 04. RGB value is (128,177,4). Sum of RGB (Red+Green+Blue) = 128+177+4=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 177 (69.53% from 255 or 57.28% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 177 - color contains mainly: green. Hex color #80B104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B104 is #7F4EFB. Grayscale: #8F8F8F. Windows color (decimal): -8343292 or 307584. OLE color: 307584.

HSL color Cylindrical-coordinate representation of color #80B104: hue angle of 76.99º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80B104 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 177 4 -
CMYK 0.28 0 0.98 0.31
HSL 76.99º 0.96% 0.35% -
HSV(B) 76.99º 0.98% 0.69% -
XYZ 24.65 36.04 5.77 -
YUV 142.63 49.77 117.57 -
System Red Green Blue C M Y K H S L
Decimal 128 177 4 0.28 0 0.98 0.31 76.99 0.96 0.35
Hex 80 B1 4 1C 0 62 1F 4D 60 23
Octal 200 261 4 34 0 142 37 115 140 43
Binary 10000000 10110001 100 11100 0 1100010 11111 1001101 1100000 100011

Color Harmonies of #80B104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B104

Black with #80B104

Text Example


Text Example

White with #80B104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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