Shades of Lima #84C125
Tints of Lima #84C125
RGB
CMYK
RGB Variations
Color information
#84C125 (or 0x84C125) is known color: Lima. HEX triplet: 84, C1 and 25. RGB value is (132,193,37). Sum of RGB (Red+Green+Blue) = 132+193+37=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 193 (75.78% from 255 or 53.31% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 193 - color contains mainly: green. Hex color #84C125 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C125 is #7B3EDA. Grayscale: #9D9D9D. Windows color (decimal): -8077019 or 2474372. OLE color: 2474372.
HSL color Cylindrical-coordinate representation of color #84C125: hue angle of 83.46º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #84C125 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 193 | 37 | - |
| CMYK | 0.32 | 0 | 0.81 | 0.24 |
| HSL | 83.46º | 0.68% | 0.45% | - |
| HSV(B) | 83.46º | 0.81% | 0.76% | - |
| XYZ | 28.92 | 43.18 | 8.56 | - |
| YUV | 156.98 | 60.29 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 37 | 0.32 | 0 | 0.81 | 0.24 | 83.46 | 0.68 | 0.45 |
| Hex | 84 | C1 | 25 | 20 | 0 | 51 | 18 | 53 | 44 | 2D |
| Octal | 204 | 301 | 45 | 40 | 0 | 121 | 30 | 123 | 104 | 55 |
| Binary | 10000100 | 11000001 | 100101 | 100000 | 0 | 1010001 | 11000 | 1010011 | 1000100 | 101101 |
Color Harmonies of #84C125
Complementary color
Monochromatic Colors of #84C125
Black with #84C125
Text Example
Text Example
White with #84C125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C125; }
p { color: rgb(132,193,37); }
H1.HeaderClassName
{
color: #84C125;
}
.AnyTagClassName
{
color: #84C125;
}
</style>
background-color css
<style>
a { background-color: #84C125; }
a { background-color: rgb(132,193,37); }
div.DivClassName
{
background-color: #84C125;
}
.BgClassName
{
background-color: #84C125;
}
</style>
border-color css
<style>
span { border-color: #84C125; }
span { border-color: rgb(132,193,37); }
td.TdClassName
{
border-color: #84C125;
}
.TagClassName
{
border-color: #84C125;
}
</style>