Shades of Lima #84C60F
Tints of Lima #84C60F
RGB
CMYK
RGB Variations
Color information
#84C60F (or 0x84C60F) is known color: Lima. HEX triplet: 84, C6 and 0F. RGB value is (132,198,15). Sum of RGB (Red+Green+Blue) = 132+198+15=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 198 (77.73% from 255 or 57.39% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 198 - color contains mainly: green. Hex color #84C60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C60F is #7B39F0. Grayscale: #9E9E9E. Windows color (decimal): -8075761 or 1033860. OLE color: 1033860.
HSL color Cylindrical-coordinate representation of color #84C60F: hue angle of 81.64º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84C60F is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 198 | 15 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.22 |
| HSL | 81.64º | 0.86% | 0.42% | - |
| HSV(B) | 81.64º | 0.92% | 0.78% | - |
| XYZ | 29.8 | 45.33 | 7.63 | - |
| YUV | 157.4 | 47.63 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 198 | 15 | 0.33 | 0 | 0.92 | 0.22 | 81.64 | 0.86 | 0.42 |
| Hex | 84 | C6 | F | 21 | 0 | 5C | 16 | 52 | 56 | 2A |
| Octal | 204 | 306 | 17 | 41 | 0 | 134 | 26 | 122 | 126 | 52 |
| Binary | 10000100 | 11000110 | 1111 | 100001 | 0 | 1011100 | 10110 | 1010010 | 1010110 | 101010 |
Color Harmonies of #84C60F
Complementary color
Monochromatic Colors of #84C60F
Black with #84C60F
Text Example
Text Example
White with #84C60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C60F; }
p { color: rgb(132,198,15); }
H1.HeaderClassName
{
color: #84C60F;
}
.AnyTagClassName
{
color: #84C60F;
}
</style>
background-color css
<style>
a { background-color: #84C60F; }
a { background-color: rgb(132,198,15); }
div.DivClassName
{
background-color: #84C60F;
}
.BgClassName
{
background-color: #84C60F;
}
</style>
border-color css
<style>
span { border-color: #84C60F; }
span { border-color: rgb(132,198,15); }
td.TdClassName
{
border-color: #84C60F;
}
.TagClassName
{
border-color: #84C60F;
}
</style>