#80C21A

Color #80C21A Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #80C21A

Tints of Lima #80C21A

Color information

#80C21A (or 0x80C21A) is unknown color: approx Lima. HEX triplet: 80, C2 and 1A. RGB value is (128,194,26). Sum of RGB (Red+Green+Blue) = 128+194+26=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 194 (76.17% from 255 or 55.75% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 194 - color contains mainly: green. Hex color #80C21A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C21A is #7F3DE5. Grayscale: #9B9B9B. Windows color (decimal): -8338918 or 1753728. OLE color: 1753728.

HSL color Cylindrical-coordinate representation of color #80C21A: hue angle of 83.57º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80C21A is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB12819426-
CMYK0.3400.870.24
HSL83.57º76.36%43.14%-
HSV(B)83.57º86.6%76.08%-
XYZ28.3843.257.83-
YUV155.1155.13108.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.78%
GREEN value IS 194 (76.17% from 255) = 55.75%
BLUE value IS 26 (10.55% from 255) = 7.47%
R=36.78%
G=55.75%
B=7.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal128194260.3400.870.2483.5776.3643.14
Hex80C21A2205718544c2b
Octal200302324201273012411453
Binary100000001100001011010100010010101111100010101001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80C21A;
 }
 .AnyTagClassName
 {
   color: #80C21A;
 }
</style>
background-color css

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

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

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

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

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

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