Shades of Lima #82CF0D
Tints of Lima #82CF0D
RGB
CMYK
RGB Variations
Color information
#82CF0D (or 0x82CF0D) is known color: Lima. HEX triplet: 82, CF and 0D. RGB value is (130,207,13). Sum of RGB (Red+Green+Blue) = 130+207+13=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 207 (81.25% from 255 or 59.14% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 207 - color contains mainly: green. Hex color #82CF0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82CF0D is #7D30F2. Grayscale: #A2A2A2. Windows color (decimal): -8204531 or 905090. OLE color: 905090.
HSL color Cylindrical-coordinate representation of color #82CF0D: hue angle of 83.81º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82CF0D is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 207 | 13 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.19 |
| HSL | 83.81º | 0.88% | 0.43% | - |
| HSV(B) | 83.81º | 0.94% | 0.81% | - |
| XYZ | 31.59 | 49.4 | 8.25 | - |
| YUV | 161.86 | 43.99 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 207 | 13 | 0.37 | 0 | 0.94 | 0.19 | 83.81 | 0.88 | 0.43 |
| Hex | 82 | CF | D | 25 | 0 | 5E | 13 | 54 | 58 | 2B |
| Octal | 202 | 317 | 15 | 45 | 0 | 136 | 23 | 124 | 130 | 53 |
| Binary | 10000010 | 11001111 | 1101 | 100101 | 0 | 1011110 | 10011 | 1010100 | 1011000 | 101011 |
Color Harmonies of #82CF0D
Complementary color
Monochromatic Colors of #82CF0D
Black with #82CF0D
Text Example
Text Example
White with #82CF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CF0D; }
p { color: rgb(130,207,13); }
H1.HeaderClassName
{
color: #82CF0D;
}
.AnyTagClassName
{
color: #82CF0D;
}
</style>
background-color css
<style>
a { background-color: #82CF0D; }
a { background-color: rgb(130,207,13); }
div.DivClassName
{
background-color: #82CF0D;
}
.BgClassName
{
background-color: #82CF0D;
}
</style>
border-color css
<style>
span { border-color: #82CF0D; }
span { border-color: rgb(130,207,13); }
td.TdClassName
{
border-color: #82CF0D;
}
.TagClassName
{
border-color: #82CF0D;
}
</style>