Shades of Lima #84BF0F
Tints of Lima #84BF0F
RGB
CMYK
RGB Variations
Color information
#84BF0F (or 0x84BF0F) is known color: Lima. HEX triplet: 84, BF and 0F. RGB value is (132,191,15). Sum of RGB (Red+Green+Blue) = 132+191+15=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 191 (75% from 255 or 56.51% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BF0F is #7B40F0. Grayscale: #999999. Windows color (decimal): -8077553 or 1032068. OLE color: 1032068.
HSL color Cylindrical-coordinate representation of color #84BF0F: hue angle of 80.11º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84BF0F is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 191 | 15 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.25 |
| HSL | 80.11º | 0.85% | 0.4% | - |
| HSV(B) | 80.11º | 0.92% | 0.75% | - |
| XYZ | 28.23 | 42.2 | 7.11 | - |
| YUV | 153.3 | 49.95 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 15 | 0.31 | 0 | 0.92 | 0.25 | 80.11 | 0.85 | 0.4 |
| Hex | 84 | BF | F | 1F | 0 | 5C | 19 | 50 | 55 | 28 |
| Octal | 204 | 277 | 17 | 37 | 0 | 134 | 31 | 120 | 125 | 50 |
| Binary | 10000100 | 10111111 | 1111 | 11111 | 0 | 1011100 | 11001 | 1010000 | 1010101 | 101000 |
Color Harmonies of #84BF0F
Complementary color
Monochromatic Colors of #84BF0F
Black with #84BF0F
Text Example
Text Example
White with #84BF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BF0F; }
p { color: rgb(132,191,15); }
H1.HeaderClassName
{
color: #84BF0F;
}
.AnyTagClassName
{
color: #84BF0F;
}
</style>
background-color css
<style>
a { background-color: #84BF0F; }
a { background-color: rgb(132,191,15); }
div.DivClassName
{
background-color: #84BF0F;
}
.BgClassName
{
background-color: #84BF0F;
}
</style>
border-color css
<style>
span { border-color: #84BF0F; }
span { border-color: rgb(132,191,15); }
td.TdClassName
{
border-color: #84BF0F;
}
.TagClassName
{
border-color: #84BF0F;
}
</style>