Shades of Lima #84C814
Tints of Lima #84C814
RGB
CMYK
RGB Variations
Color information
#84C814 (or 0x84C814) is known color: Lima. HEX triplet: 84, C8 and 14. RGB value is (132,200,20). Sum of RGB (Red+Green+Blue) = 132+200+20=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 200 (78.52% from 255 or 56.82% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 200 - color contains mainly: green. Hex color #84C814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C814 is #7B37EB. Grayscale: #9F9F9F. Windows color (decimal): -8075244 or 1362052. OLE color: 1362052.
HSL color Cylindrical-coordinate representation of color #84C814: hue angle of 82.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84C814 is Cyan = 0.34, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 200 | 20 | - |
| CMYK | 0.34 | 0 | 0.9 | 0.22 |
| HSL | 82.67º | 0.82% | 0.43% | - |
| HSV(B) | 82.67º | 0.9% | 0.78% | - |
| XYZ | 30.3 | 46.26 | 8 | - |
| YUV | 159.15 | 49.47 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 200 | 20 | 0.34 | 0 | 0.9 | 0.22 | 82.67 | 0.82 | 0.43 |
| Hex | 84 | C8 | 14 | 22 | 0 | 5A | 16 | 53 | 52 | 2B |
| Octal | 204 | 310 | 24 | 42 | 0 | 132 | 26 | 123 | 122 | 53 |
| Binary | 10000100 | 11001000 | 10100 | 100010 | 0 | 1011010 | 10110 | 1010011 | 1010010 | 101011 |
Color Harmonies of #84C814
Complementary color
Monochromatic Colors of #84C814
Black with #84C814
Text Example
Text Example
White with #84C814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C814; }
p { color: rgb(132,200,20); }
H1.HeaderClassName
{
color: #84C814;
}
.AnyTagClassName
{
color: #84C814;
}
</style>
background-color css
<style>
a { background-color: #84C814; }
a { background-color: rgb(132,200,20); }
div.DivClassName
{
background-color: #84C814;
}
.BgClassName
{
background-color: #84C814;
}
</style>
border-color css
<style>
span { border-color: #84C814; }
span { border-color: rgb(132,200,20); }
td.TdClassName
{
border-color: #84C814;
}
.TagClassName
{
border-color: #84C814;
}
</style>