Shades of Lima #84BD0F
Tints of Lima #84BD0F
RGB
CMYK
RGB Variations
Color information
#84BD0F (or 0x84BD0F) is known color: Lima. HEX triplet: 84, BD and 0F. RGB value is (132,189,15). Sum of RGB (Red+Green+Blue) = 132+189+15=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 189 (74.22% from 255 or 56.25% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BD0F is #7B42F0. Grayscale: #989898. Windows color (decimal): -8078065 or 1031556. OLE color: 1031556.
HSL color Cylindrical-coordinate representation of color #84BD0F: hue angle of 79.66º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84BD0F is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 189 | 15 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.26 |
| HSL | 79.66º | 0.85% | 0.4% | - |
| HSV(B) | 79.66º | 0.92% | 0.74% | - |
| XYZ | 27.8 | 41.34 | 6.97 | - |
| YUV | 152.12 | 50.62 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 189 | 15 | 0.30 | 0 | 0.92 | 0.26 | 79.66 | 0.85 | 0.4 |
| Hex | 84 | BD | F | 1E | 0 | 5C | 1A | 50 | 55 | 28 |
| Octal | 204 | 275 | 17 | 36 | 0 | 134 | 32 | 120 | 125 | 50 |
| Binary | 10000100 | 10111101 | 1111 | 11110 | 0 | 1011100 | 11010 | 1010000 | 1010101 | 101000 |
Color Harmonies of #84BD0F
Complementary color
Monochromatic Colors of #84BD0F
Black with #84BD0F
Text Example
Text Example
White with #84BD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BD0F; }
p { color: rgb(132,189,15); }
H1.HeaderClassName
{
color: #84BD0F;
}
.AnyTagClassName
{
color: #84BD0F;
}
</style>
background-color css
<style>
a { background-color: #84BD0F; }
a { background-color: rgb(132,189,15); }
div.DivClassName
{
background-color: #84BD0F;
}
.BgClassName
{
background-color: #84BD0F;
}
</style>
border-color css
<style>
span { border-color: #84BD0F; }
span { border-color: rgb(132,189,15); }
td.TdClassName
{
border-color: #84BD0F;
}
.TagClassName
{
border-color: #84BD0F;
}
</style>