Html Css Color HEX #80C81A Lima

📋 copy color: '#80C81A'

red 128 ◦ green 200 ◦ blue 26

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

Shades of Lima #80C81A

Tints of Lima #80C81A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.5%

 BLUE value IS 26 (10.55% from 255) = 7.34%

R = 36.16%
G = 56.5%
B = 7.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#80C81A (or 0x80C81A) is known color: Lima. HEX triplet: 80, C8 and 1A. RGB value is (128,200,26). Sum of RGB (Red+Green+Blue) = 128+200+26=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 200 (78.52% from 255 or 56.50% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 200 - color contains mainly: green. Hex color #80C81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C81A is #7F37E5. Grayscale: #9F9F9F. Windows color (decimal): -8337382 or 1755264. OLE color: 1755264.

HSL color Cylindrical-coordinate representation of color #80C81A: hue angle of 84.83º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80C81A is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 200 26 -
CMYK 0.36 0 0.87 0.22
HSL 84.83º 0.77% 0.44% -
HSV(B) 84.83º 0.87% 0.78% -
XYZ 29.74 45.97 8.28 -
YUV 158.64 53.15 106.15 -
System Red Green Blue C M Y K H S L
Decimal 128 200 26 0.36 0 0.87 0.22 84.83 0.77 0.44
Hex 80 C8 1A 24 0 57 16 55 4D 2C
Octal 200 310 32 44 0 127 26 125 115 54
Binary 10000000 11001000 11010 100100 0 1010111 10110 1010101 1001101 101100

Color Harmonies of #80C81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C81A

Black with #80C81A

Text Example


Text Example

White with #80C81A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,200,26); }

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

background-color css

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

 a { background-color: rgb(128,200,26); }

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

border-color css

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

 span { border-color: rgb(128,200,26); }

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