#80B813

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

Shades of Lima #80B813

Tints of Lima #80B813

Color information

#80B813 (or 0x80B813) is unknown color: approx Lima. HEX triplet: 80, B8 and 13. RGB value is (128,184,19). Sum of RGB (Red+Green+Blue) = 128+184+19=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 184 (72.27% from 255 or 55.59% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 184 - color contains mainly: green. Hex color #80B813 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B813 is #7F47EC. Grayscale: #959595. Windows color (decimal): -8341485 or 1292416. OLE color: 1292416.

HSL color Cylindrical-coordinate representation of color #80B813: hue angle of 80.36º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80B813 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB12818419-
CMYK0.3000.900.28
HSL80.36º81.28%39.8%-
HSV(B)80.36º89.67%72.16%-
XYZ26.1638.926.75-
YUV148.4554.95113.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 184 (72.27% from 255) = 55.59%
BLUE value IS 19 (7.81% from 255) = 5.74%
R=38.67%
G=55.59%
B=5.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal128184190.3000.900.2880.3681.2839.8
Hex80B8131E05A1C505128
Octal200270233601323412012150
Binary10000000101110001001111110010110101110010100001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,184,19); }

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

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

 a { background-color: rgb(128,184,19); }

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

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

 span { border-color: rgb(128,184,19); }

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