#80BE05

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

Shades of Lima #80BE05

Tints of Lima #80BE05

Color information

#80BE05 (or 0x80BE05) is unknown color: approx Lima. HEX triplet: 80, BE and 05. RGB value is (128,190,5). Sum of RGB (Red+Green+Blue) = 128+190+5=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 190 (74.61% from 255 or 58.82% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BE05 is #7F41FA. Grayscale: #979797. Windows color (decimal): -8339963 or 376448. OLE color: 376448.

HSL color Cylindrical-coordinate representation of color #80BE05: hue angle of 80.11º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80BE05 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB1281905-
CMYK0.3300.970.25
HSL80.11º94.87%38.24%-
HSV(B)80.11º97.37%74.51%-
XYZ27.3441.436.7-
YUV150.3745.96112.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 190 (74.61% from 255) = 58.82%
BLUE value IS 5 (2.34% from 255) = 1.55%
R=39.63%
G=58.82%
B=1.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12819050.3300.970.2580.1194.8738.24
Hex80BE52106119505f26
Octal20027654101413112013746
Binary1000000010111110101100001011000011100110100001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BE05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,190,5); }

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

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

 a { background-color: rgb(128,190,5); }

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

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

 span { border-color: rgb(128,190,5); }

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