#80BC17

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

Shades of Lima #80BC17

Tints of Lima #80BC17

Color information

#80BC17 (or 0x80BC17) is unknown color: approx Lima. HEX triplet: 80, BC and 17. RGB value is (128,188,23). Sum of RGB (Red+Green+Blue) = 128+188+23=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 188 (73.83% from 255 or 55.46% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BC17 is #7F43E8. Grayscale: #979797. Windows color (decimal): -8340457 or 1555584. OLE color: 1555584.

HSL color Cylindrical-coordinate representation of color #80BC17: hue angle of 81.82º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80BC17 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB12818823-
CMYK0.3200.880.26
HSL81.82º78.2%41.37%-
HSV(B)81.82º87.77%73.73%-
XYZ27.0440.627.23-
YUV151.2555.62111.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 188 (73.83% from 255) = 55.46%
BLUE value IS 23 (9.38% from 255) = 6.78%
R=37.76%
G=55.46%
B=6.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal128188230.3200.880.2681.8278.241.37
Hex80BC17200581A524e29
Octal200274274001303212211651
Binary100000001011110010111100000010110001101010100101001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BC17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,188,23); }

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

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

 a { background-color: rgb(128,188,23); }

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

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

 span { border-color: rgb(128,188,23); }

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