Shades of Lima #80BE0D
Tints of Lima #80BE0D
RGB
CMYK
RGB Variations
Color information
#80BE0D (or 0x80BE0D) is known color: Lima. HEX triplet: 80, BE and 0D. RGB value is (128,190,13). Sum of RGB (Red+Green+Blue) = 128+190+13=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 190 (74.61% from 255 or 57.40% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BE0D is #7F41F2. Grayscale: #979797. Windows color (decimal): -8339955 or 900736. OLE color: 900736.
HSL color Cylindrical-coordinate representation of color #80BE0D: hue angle of 81.02º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80BE0D is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 190 | 13 | - |
| CMYK | 0.33 | 0 | 0.93 | 0.25 |
| HSL | 81.02º | 0.87% | 0.4% | - |
| HSV(B) | 81.02º | 0.93% | 0.75% | - |
| XYZ | 27.39 | 41.45 | 6.94 | - |
| YUV | 151.28 | 49.96 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 190 | 13 | 0.33 | 0 | 0.93 | 0.25 | 81.02 | 0.87 | 0.4 |
| Hex | 80 | BE | D | 21 | 0 | 5D | 19 | 51 | 57 | 28 |
| Octal | 200 | 276 | 15 | 41 | 0 | 135 | 31 | 121 | 127 | 50 |
| Binary | 10000000 | 10111110 | 1101 | 100001 | 0 | 1011101 | 11001 | 1010001 | 1010111 | 101000 |
Color Harmonies of #80BE0D
Complementary color
Monochromatic Colors of #80BE0D
Black with #80BE0D
Text Example
Text Example
White with #80BE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BE0D; }
p { color: rgb(128,190,13); }
H1.HeaderClassName
{
color: #80BE0D;
}
.AnyTagClassName
{
color: #80BE0D;
}
</style>
background-color css
<style>
a { background-color: #80BE0D; }
a { background-color: rgb(128,190,13); }
div.DivClassName
{
background-color: #80BE0D;
}
.BgClassName
{
background-color: #80BE0D;
}
</style>
border-color css
<style>
span { border-color: #80BE0D; }
span { border-color: rgb(128,190,13); }
td.TdClassName
{
border-color: #80BE0D;
}
.TagClassName
{
border-color: #80BE0D;
}
</style>