Shades of Lima #85C915
Tints of Lima #85C915
RGB
CMYK
RGB Variations
Color information
#85C915 (or 0x85C915) is known color: Lima. HEX triplet: 85, C9 and 15. RGB value is (133,201,21). Sum of RGB (Red+Green+Blue) = 133+201+21=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 201 (78.91% from 255 or 56.62% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 201 - color contains mainly: green. Hex color #85C915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C915 is #7A36EA. Grayscale: #A0A0A0. Windows color (decimal): -8009451 or 1427845. OLE color: 1427845.
HSL color Cylindrical-coordinate representation of color #85C915: hue angle of 82.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85C915 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 201 | 21 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.21 |
| HSL | 82.67º | 0.81% | 0.44% | - |
| HSV(B) | 82.67º | 0.9% | 0.79% | - |
| XYZ | 30.69 | 46.81 | 8.13 | - |
| YUV | 160.15 | 49.47 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 201 | 21 | 0.34 | 0 | 0.90 | 0.21 | 82.67 | 0.81 | 0.44 |
| Hex | 85 | C9 | 15 | 22 | 0 | 5A | 15 | 53 | 51 | 2C |
| Octal | 205 | 311 | 25 | 42 | 0 | 132 | 25 | 123 | 121 | 54 |
| Binary | 10000101 | 11001001 | 10101 | 100010 | 0 | 1011010 | 10101 | 1010011 | 1010001 | 101100 |
Color Harmonies of #85C915
Complementary color
Monochromatic Colors of #85C915
Black with #85C915
Text Example
Text Example
White with #85C915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C915; }
p { color: rgb(133,201,21); }
H1.HeaderClassName
{
color: #85C915;
}
.AnyTagClassName
{
color: #85C915;
}
</style>
background-color css
<style>
a { background-color: #85C915; }
a { background-color: rgb(133,201,21); }
div.DivClassName
{
background-color: #85C915;
}
.BgClassName
{
background-color: #85C915;
}
</style>
border-color css
<style>
span { border-color: #85C915; }
span { border-color: rgb(133,201,21); }
td.TdClassName
{
border-color: #85C915;
}
.TagClassName
{
border-color: #85C915;
}
</style>