Shades of Lima #83CF0F
Tints of Lima #83CF0F
RGB
CMYK
RGB Variations
Color information
#83CF0F (or 0x83CF0F) is known color: Lima. HEX triplet: 83, CF and 0F. RGB value is (131,207,15). Sum of RGB (Red+Green+Blue) = 131+207+15=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 207 (81.25% from 255 or 58.64% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 207 - color contains mainly: green. Hex color #83CF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CF0F is #7C30F0. Grayscale: #A3A3A3. Windows color (decimal): -8138993 or 1036163. OLE color: 1036163.
HSL color Cylindrical-coordinate representation of color #83CF0F: hue angle of 83.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83CF0F is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 207 | 15 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.19 |
| HSL | 83.75º | 0.86% | 0.44% | - |
| HSV(B) | 83.75º | 0.93% | 0.81% | - |
| XYZ | 31.76 | 49.49 | 8.33 | - |
| YUV | 162.39 | 44.82 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 207 | 15 | 0.37 | 0 | 0.93 | 0.19 | 83.75 | 0.86 | 0.44 |
| Hex | 83 | CF | F | 25 | 0 | 5D | 13 | 54 | 56 | 2C |
| Octal | 203 | 317 | 17 | 45 | 0 | 135 | 23 | 124 | 126 | 54 |
| Binary | 10000011 | 11001111 | 1111 | 100101 | 0 | 1011101 | 10011 | 1010100 | 1010110 | 101100 |
Color Harmonies of #83CF0F
Complementary color
Monochromatic Colors of #83CF0F
Black with #83CF0F
Text Example
Text Example
White with #83CF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CF0F; }
p { color: rgb(131,207,15); }
H1.HeaderClassName
{
color: #83CF0F;
}
.AnyTagClassName
{
color: #83CF0F;
}
</style>
background-color css
<style>
a { background-color: #83CF0F; }
a { background-color: rgb(131,207,15); }
div.DivClassName
{
background-color: #83CF0F;
}
.BgClassName
{
background-color: #83CF0F;
}
</style>
border-color css
<style>
span { border-color: #83CF0F; }
span { border-color: rgb(131,207,15); }
td.TdClassName
{
border-color: #83CF0F;
}
.TagClassName
{
border-color: #83CF0F;
}
</style>