Shades of Lima #85BE0D
Tints of Lima #85BE0D
RGB
CMYK
RGB Variations
Color information
#85BE0D (or 0x85BE0D) is known color: Lima. HEX triplet: 85, BE and 0D. RGB value is (133,190,13). Sum of RGB (Red+Green+Blue) = 133+190+13=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 190 (74.61% from 255 or 56.55% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BE0D is #7A41F2. Grayscale: #999999. Windows color (decimal): -8012275 or 900741. OLE color: 900741.
HSL color Cylindrical-coordinate representation of color #85BE0D: hue angle of 79.32º 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 #85BE0D is Cyan = 0.3, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 13 | - |
| CMYK | 0.3 | 0 | 0.93 | 0.25 |
| HSL | 79.32º | 0.87% | 0.4% | - |
| HSV(B) | 79.32º | 0.93% | 0.75% | - |
| XYZ | 28.16 | 41.84 | 6.97 | - |
| YUV | 152.78 | 49.12 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 13 | 0.3 | 0 | 0.93 | 0.25 | 79.32 | 0.87 | 0.4 |
| Hex | 85 | BE | D | 1E | 0 | 5D | 19 | 4F | 57 | 28 |
| Octal | 205 | 276 | 15 | 36 | 0 | 135 | 31 | 117 | 127 | 50 |
| Binary | 10000101 | 10111110 | 1101 | 11110 | 0 | 1011101 | 11001 | 1001111 | 1010111 | 101000 |
Color Harmonies of #85BE0D
Complementary color
Monochromatic Colors of #85BE0D
Black with #85BE0D
Text Example
Text Example
White with #85BE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BE0D; }
p { color: rgb(133,190,13); }
H1.HeaderClassName
{
color: #85BE0D;
}
.AnyTagClassName
{
color: #85BE0D;
}
</style>
background-color css
<style>
a { background-color: #85BE0D; }
a { background-color: rgb(133,190,13); }
div.DivClassName
{
background-color: #85BE0D;
}
.BgClassName
{
background-color: #85BE0D;
}
</style>
border-color css
<style>
span { border-color: #85BE0D; }
span { border-color: rgb(133,190,13); }
td.TdClassName
{
border-color: #85BE0D;
}
.TagClassName
{
border-color: #85BE0D;
}
</style>