Shades of Lima #81C609
Tints of Lima #81C609
RGB
CMYK
RGB Variations
Color information
#81C609 (or 0x81C609) is known color: Lima. HEX triplet: 81, C6 and 09. RGB value is (129,198,9). Sum of RGB (Red+Green+Blue) = 129+198+9=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 198 (77.73% from 255 or 58.93% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 198 - color contains mainly: green. Hex color #81C609 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C609 is #7E39F6. Grayscale: #9C9C9C. Windows color (decimal): -8272375 or 640641. OLE color: 640641.
HSL color Cylindrical-coordinate representation of color #81C609: hue angle of 81.9º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81C609 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 198 | 9 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.22 |
| HSL | 81.9º | 0.91% | 0.41% | - |
| HSV(B) | 81.9º | 0.95% | 0.78% | - |
| XYZ | 29.3 | 45.08 | 7.41 | - |
| YUV | 155.82 | 45.14 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 198 | 9 | 0.35 | 0 | 0.95 | 0.22 | 81.9 | 0.91 | 0.41 |
| Hex | 81 | C6 | 9 | 23 | 0 | 5F | 16 | 52 | 5B | 29 |
| Octal | 201 | 306 | 11 | 43 | 0 | 137 | 26 | 122 | 133 | 51 |
| Binary | 10000001 | 11000110 | 1001 | 100011 | 0 | 1011111 | 10110 | 1010010 | 1011011 | 101001 |
Color Harmonies of #81C609
Complementary color
Monochromatic Colors of #81C609
Black with #81C609
Text Example
Text Example
White with #81C609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C609; }
p { color: rgb(129,198,9); }
H1.HeaderClassName
{
color: #81C609;
}
.AnyTagClassName
{
color: #81C609;
}
</style>
background-color css
<style>
a { background-color: #81C609; }
a { background-color: rgb(129,198,9); }
div.DivClassName
{
background-color: #81C609;
}
.BgClassName
{
background-color: #81C609;
}
</style>
border-color css
<style>
span { border-color: #81C609; }
span { border-color: rgb(129,198,9); }
td.TdClassName
{
border-color: #81C609;
}
.TagClassName
{
border-color: #81C609;
}
</style>