Shades of Lima #84B80F
Tints of Lima #84B80F
RGB
CMYK
RGB Variations
Color information
#84B80F (or 0x84B80F) is known color: Lima. HEX triplet: 84, B8 and 0F. RGB value is (132,184,15). Sum of RGB (Red+Green+Blue) = 132+184+15=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 184 (72.27% from 255 or 55.59% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 184 - color contains mainly: green. Hex color #84B80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B80F is #7B47F0. Grayscale: #959595. Windows color (decimal): -8079345 or 1030276. OLE color: 1030276.
HSL color Cylindrical-coordinate representation of color #84B80F: hue angle of 78.46º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84B80F is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 184 | 15 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.28 |
| HSL | 78.46º | 0.85% | 0.39% | - |
| HSV(B) | 78.46º | 0.92% | 0.72% | - |
| XYZ | 26.74 | 39.22 | 6.61 | - |
| YUV | 149.19 | 52.27 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 184 | 15 | 0.28 | 0 | 0.92 | 0.28 | 78.46 | 0.85 | 0.39 |
| Hex | 84 | B8 | F | 1C | 0 | 5C | 1C | 4E | 55 | 27 |
| Octal | 204 | 270 | 17 | 34 | 0 | 134 | 34 | 116 | 125 | 47 |
| Binary | 10000100 | 10111000 | 1111 | 11100 | 0 | 1011100 | 11100 | 1001110 | 1010101 | 100111 |
Color Harmonies of #84B80F
Complementary color
Monochromatic Colors of #84B80F
Black with #84B80F
Text Example
Text Example
White with #84B80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B80F; }
p { color: rgb(132,184,15); }
H1.HeaderClassName
{
color: #84B80F;
}
.AnyTagClassName
{
color: #84B80F;
}
</style>
background-color css
<style>
a { background-color: #84B80F; }
a { background-color: rgb(132,184,15); }
div.DivClassName
{
background-color: #84B80F;
}
.BgClassName
{
background-color: #84B80F;
}
</style>
border-color css
<style>
span { border-color: #84B80F; }
span { border-color: rgb(132,184,15); }
td.TdClassName
{
border-color: #84B80F;
}
.TagClassName
{
border-color: #84B80F;
}
</style>