Html Css Color HEX #80B400 Lima

📋 copy color: '#80B400'

red 128 ◦ green 180 ◦ blue 0

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

Shades of Lima #80B400

Tints of Lima #80B400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 58.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.56%
G = 58.44%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#80B400 (or 0x80B400) is known color: Lima. HEX triplet: 80, B4 and 00. RGB value is (128,180,0). Sum of RGB (Red+Green+Blue) = 128+180+0=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 180 (70.70% from 255 or 58.44% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 180 - color contains mainly: green. Hex color #80B400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B400 is #7F4BFF. Grayscale: #909090. Windows color (decimal): -8342528 or 46208. OLE color: 46208.

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

Color convert

RGB 128 180 0 -
CMYK 0.29 0 1 0.29
HSL 77.33º 1% 0.35% -
HSV(B) 77.33º 1% 0.71% -
XYZ 25.22 37.23 5.86 -
YUV 143.93 46.77 116.64 -
System Red Green Blue C M Y K H S L
Decimal 128 180 0 0.29 0 1 0.29 77.33 1 0.35
Hex 80 B4 0 1D 0 64 1D 4D 64 23
Octal 200 264 0 35 0 144 35 115 144 43
Binary 10000000 10110100 0 11101 0 1100100 11101 1001101 1100100 100011

Color Harmonies of #80B400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B400

Black with #80B400

Text Example


Text Example

White with #80B400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,180,0); }

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

background-color css

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

 a { background-color: rgb(128,180,0); }

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

border-color css

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

 span { border-color: rgb(128,180,0); }

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