#80c11f

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

Shades of Lima #80C11F

Tints of Lima #80C11F

Color information

#80C11F (or 0x80C11F) is unknown color: approx Lima. HEX triplet: 80, C1 and 1F. RGB value is (128,193,31). Sum of RGB (Red+Green+Blue) = 128+193+31=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 193 (75.78% from 255 or 54.83% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 193 - color contains mainly: green. Hex color #80C11F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C11F is #7F3EE0. Grayscale: #9B9B9B. Windows color (decimal): -8339169 or 2081152. OLE color: 2081152.

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

Color convert

RGB12819331-
CMYK0.3400.840.24
HSL84.07º72.32%43.92%-
HSV(B)84.07º83.94%75.69%-
XYZ28.2242.838.08-
YUV155.157.97108.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.36%
GREEN value IS 193 (75.78% from 255) = 54.83%
BLUE value IS 31 (12.5% from 255) = 8.81%
R=36.36%
G=54.83%
B=8.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal128193310.3400.840.2484.0772.3243.92
Hex80C11F220541854482c
Octal200301374201243012411054
Binary100000001100000111111100010010101001100010101001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80c11f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,193,31); }

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

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

 a { background-color: rgb(128,193,31); }

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

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

 span { border-color: rgb(128,193,31); }

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