Shades of Lima #83C817
Tints of Lima #83C817
RGB
CMYK
RGB Variations
Color information
#83C817 (or 0x83C817) is known color: Lima. HEX triplet: 83, C8 and 17. RGB value is (131,200,23). Sum of RGB (Red+Green+Blue) = 131+200+23=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 200 (78.52% from 255 or 56.50% from 354); Blue value is 23 (9.38% from 255 or 6.50% from 354); Max value from RGB is 200 - color contains mainly: green. Hex color #83C817 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C817 is #7C37E8. Grayscale: #9F9F9F. Windows color (decimal): -8140777 or 1558659. OLE color: 1558659.
HSL color Cylindrical-coordinate representation of color #83C817: hue angle of 83.39º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83C817 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 200 | 23 | - |
| CMYK | 0.34 | 0 | 0.88 | 0.22 |
| HSL | 83.39º | 0.79% | 0.44% | - |
| HSV(B) | 83.39º | 0.89% | 0.78% | - |
| XYZ | 30.17 | 46.2 | 8.14 | - |
| YUV | 159.19 | 51.14 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 200 | 23 | 0.34 | 0 | 0.88 | 0.22 | 83.39 | 0.79 | 0.44 |
| Hex | 83 | C8 | 17 | 22 | 0 | 58 | 16 | 53 | 4F | 2C |
| Octal | 203 | 310 | 27 | 42 | 0 | 130 | 26 | 123 | 117 | 54 |
| Binary | 10000011 | 11001000 | 10111 | 100010 | 0 | 1011000 | 10110 | 1010011 | 1001111 | 101100 |
Color Harmonies of #83C817
Complementary color
Monochromatic Colors of #83C817
Black with #83C817
Text Example
Text Example
White with #83C817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C817; }
p { color: rgb(131,200,23); }
H1.HeaderClassName
{
color: #83C817;
}
.AnyTagClassName
{
color: #83C817;
}
</style>
background-color css
<style>
a { background-color: #83C817; }
a { background-color: rgb(131,200,23); }
div.DivClassName
{
background-color: #83C817;
}
.BgClassName
{
background-color: #83C817;
}
</style>
border-color css
<style>
span { border-color: #83C817; }
span { border-color: rgb(131,200,23); }
td.TdClassName
{
border-color: #83C817;
}
.TagClassName
{
border-color: #83C817;
}
</style>