Shades of Lima #81BC07
Tints of Lima #81BC07
RGB
CMYK
RGB Variations
Color information
#81BC07 (or 0x81BC07) is known color: Lima. HEX triplet: 81, BC and 07. RGB value is (129,188,7). Sum of RGB (Red+Green+Blue) = 129+188+7=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BC07 is #7E43F8. Grayscale: #969696. Windows color (decimal): -8274937 or 507009. OLE color: 507009.
HSL color Cylindrical-coordinate representation of color #81BC07: hue angle of 79.56º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81BC07 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 7 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.26 |
| HSL | 79.56º | 0.93% | 0.38% | - |
| HSV(B) | 79.56º | 0.96% | 0.74% | - |
| XYZ | 27.07 | 40.65 | 6.62 | - |
| YUV | 149.73 | 47.45 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 7 | 0.31 | 0 | 0.96 | 0.26 | 79.56 | 0.93 | 0.38 |
| Hex | 81 | BC | 7 | 1F | 0 | 60 | 1A | 50 | 5D | 26 |
| Octal | 201 | 274 | 7 | 37 | 0 | 140 | 32 | 120 | 135 | 46 |
| Binary | 10000001 | 10111100 | 111 | 11111 | 0 | 1100000 | 11010 | 1010000 | 1011101 | 100110 |
Color Harmonies of #81BC07
Complementary color
Monochromatic Colors of #81BC07
Black with #81BC07
Text Example
Text Example
White with #81BC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BC07; }
p { color: rgb(129,188,7); }
H1.HeaderClassName
{
color: #81BC07;
}
.AnyTagClassName
{
color: #81BC07;
}
</style>
background-color css
<style>
a { background-color: #81BC07; }
a { background-color: rgb(129,188,7); }
div.DivClassName
{
background-color: #81BC07;
}
.BgClassName
{
background-color: #81BC07;
}
</style>
border-color css
<style>
span { border-color: #81BC07; }
span { border-color: rgb(129,188,7); }
td.TdClassName
{
border-color: #81BC07;
}
.TagClassName
{
border-color: #81BC07;
}
</style>