#80BE09

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

Shades of Lima #80BE09

Tints of Lima #80BE09

Color information

#80BE09 (or 0x80BE09) is unknown color: approx Lima. HEX triplet: 80, BE and 09. RGB value is (128,190,9). Sum of RGB (Red+Green+Blue) = 128+190+9=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 190 (74.61% from 255 or 58.10% from 327); Blue value is 9 (3.91% from 255 or 2.75% from 327); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BE09 is #7F41F6. Grayscale: #979797. Windows color (decimal): -8339959 or 638592. OLE color: 638592.

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

Color convert

RGB1281909-
CMYK0.3300.950.25
HSL80.55º90.95%39.02%-
HSV(B)80.55º95.26%74.51%-
XYZ27.3641.446.81-
YUV150.8347.96111.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.14%
GREEN value IS 190 (74.61% from 255) = 58.10%
BLUE value IS 9 (3.91% from 255) = 2.75%
R=39.14%
G=58.10%
B=2.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12819090.3300.950.2580.5590.9539.02
Hex80BE92105F19515b27
Octal200276114101373112113347
Binary10000000101111101001100001010111111100110100011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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