Shades of Lima #85CA0F
Tints of Lima #85CA0F
RGB
CMYK
RGB Variations
Color information
#85CA0F (or 0x85CA0F) is known color: Lima. HEX triplet: 85, CA and 0F. RGB value is (133,202,15). Sum of RGB (Red+Green+Blue) = 133+202+15=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 202 (79.30% from 255 or 57.71% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85CA0F is #7A35F0. Grayscale: #A0A0A0. Windows color (decimal): -8009201 or 1034885. OLE color: 1034885.
HSL color Cylindrical-coordinate representation of color #85CA0F: hue angle of 82.14º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85CA0F is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 202 | 15 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.21 |
| HSL | 82.14º | 0.86% | 0.43% | - |
| HSV(B) | 82.14º | 0.93% | 0.79% | - |
| XYZ | 30.88 | 47.26 | 7.95 | - |
| YUV | 160.05 | 46.14 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 15 | 0.34 | 0 | 0.93 | 0.21 | 82.14 | 0.86 | 0.43 |
| Hex | 85 | CA | F | 22 | 0 | 5D | 15 | 52 | 56 | 2B |
| Octal | 205 | 312 | 17 | 42 | 0 | 135 | 25 | 122 | 126 | 53 |
| Binary | 10000101 | 11001010 | 1111 | 100010 | 0 | 1011101 | 10101 | 1010010 | 1010110 | 101011 |
Color Harmonies of #85CA0F
Complementary color
Monochromatic Colors of #85CA0F
Black with #85CA0F
Text Example
Text Example
White with #85CA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CA0F; }
p { color: rgb(133,202,15); }
H1.HeaderClassName
{
color: #85CA0F;
}
.AnyTagClassName
{
color: #85CA0F;
}
</style>
background-color css
<style>
a { background-color: #85CA0F; }
a { background-color: rgb(133,202,15); }
div.DivClassName
{
background-color: #85CA0F;
}
.BgClassName
{
background-color: #85CA0F;
}
</style>
border-color css
<style>
span { border-color: #85CA0F; }
span { border-color: rgb(133,202,15); }
td.TdClassName
{
border-color: #85CA0F;
}
.TagClassName
{
border-color: #85CA0F;
}
</style>