Shades of Lima #81BC09
Tints of Lima #81BC09
RGB
CMYK
RGB Variations
Color information
#81BC09 (or 0x81BC09) is known color: Lima. HEX triplet: 81, BC and 09. RGB value is (129,188,9). Sum of RGB (Red+Green+Blue) = 129+188+9=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BC09 is #7E43F6. Grayscale: #969696. Windows color (decimal): -8274935 or 638081. OLE color: 638081.
HSL color Cylindrical-coordinate representation of color #81BC09: hue angle of 79.78º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81BC09 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 9 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.26 |
| HSL | 79.78º | 0.91% | 0.39% | - |
| HSV(B) | 79.78º | 0.95% | 0.74% | - |
| XYZ | 27.09 | 40.65 | 6.68 | - |
| YUV | 149.95 | 48.45 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 9 | 0.31 | 0 | 0.95 | 0.26 | 79.78 | 0.91 | 0.39 |
| Hex | 81 | BC | 9 | 1F | 0 | 5F | 1A | 50 | 5B | 27 |
| Octal | 201 | 274 | 11 | 37 | 0 | 137 | 32 | 120 | 133 | 47 |
| Binary | 10000001 | 10111100 | 1001 | 11111 | 0 | 1011111 | 11010 | 1010000 | 1011011 | 100111 |
Color Harmonies of #81BC09
Complementary color
Monochromatic Colors of #81BC09
Black with #81BC09
Text Example
Text Example
White with #81BC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BC09; }
p { color: rgb(129,188,9); }
H1.HeaderClassName
{
color: #81BC09;
}
.AnyTagClassName
{
color: #81BC09;
}
</style>
background-color css
<style>
a { background-color: #81BC09; }
a { background-color: rgb(129,188,9); }
div.DivClassName
{
background-color: #81BC09;
}
.BgClassName
{
background-color: #81BC09;
}
</style>
border-color css
<style>
span { border-color: #81BC09; }
span { border-color: rgb(129,188,9); }
td.TdClassName
{
border-color: #81BC09;
}
.TagClassName
{
border-color: #81BC09;
}
</style>