Shades of Lima #85CF0F
Tints of Lima #85CF0F
RGB
CMYK
RGB Variations
Color information
#85CF0F (or 0x85CF0F) is known color: Lima. HEX triplet: 85, CF and 0F. RGB value is (133,207,15). Sum of RGB (Red+Green+Blue) = 133+207+15=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 207 (81.25% from 255 or 58.31% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85CF0F is #7A30F0. Grayscale: #A3A3A3. Windows color (decimal): -8007921 or 1036165. OLE color: 1036165.
HSL color Cylindrical-coordinate representation of color #85CF0F: hue angle of 83.13º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85CF0F is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 15 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.19 |
| HSL | 83.13º | 0.86% | 0.44% | - |
| HSV(B) | 83.13º | 0.93% | 0.81% | - |
| XYZ | 32.07 | 49.65 | 8.34 | - |
| YUV | 162.99 | 44.48 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 15 | 0.36 | 0 | 0.93 | 0.19 | 83.13 | 0.86 | 0.44 |
| Hex | 85 | CF | F | 24 | 0 | 5D | 13 | 53 | 56 | 2C |
| Octal | 205 | 317 | 17 | 44 | 0 | 135 | 23 | 123 | 126 | 54 |
| Binary | 10000101 | 11001111 | 1111 | 100100 | 0 | 1011101 | 10011 | 1010011 | 1010110 | 101100 |
Color Harmonies of #85CF0F
Complementary color
Monochromatic Colors of #85CF0F
Black with #85CF0F
Text Example
Text Example
White with #85CF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CF0F; }
p { color: rgb(133,207,15); }
H1.HeaderClassName
{
color: #85CF0F;
}
.AnyTagClassName
{
color: #85CF0F;
}
</style>
background-color css
<style>
a { background-color: #85CF0F; }
a { background-color: rgb(133,207,15); }
div.DivClassName
{
background-color: #85CF0F;
}
.BgClassName
{
background-color: #85CF0F;
}
</style>
border-color css
<style>
span { border-color: #85CF0F; }
span { border-color: rgb(133,207,15); }
td.TdClassName
{
border-color: #85CF0F;
}
.TagClassName
{
border-color: #85CF0F;
}
</style>