Shades of Lima #81CD08
Tints of Lima #81CD08
RGB
CMYK
RGB Variations
Color information
#81CD08 (or 0x81CD08) is known color: Lima. HEX triplet: 81, CD and 08. RGB value is (129,205,8). Sum of RGB (Red+Green+Blue) = 129+205+8=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 205 (80.47% from 255 or 59.94% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 205 - color contains mainly: green. Hex color #81CD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81CD08 is #7E32F7. Grayscale: #A0A0A0. Windows color (decimal): -8270584 or 576897. OLE color: 576897.
HSL color Cylindrical-coordinate representation of color #81CD08: hue angle of 83.15º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81CD08 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 205 | 8 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.20 |
| HSL | 83.15º | 0.92% | 0.42% | - |
| HSV(B) | 83.15º | 0.96% | 0.8% | - |
| XYZ | 30.93 | 48.35 | 7.93 | - |
| YUV | 159.82 | 42.32 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 205 | 8 | 0.37 | 0 | 0.96 | 0.20 | 83.15 | 0.92 | 0.42 |
| Hex | 81 | CD | 8 | 25 | 0 | 60 | 14 | 53 | 5C | 2A |
| Octal | 201 | 315 | 10 | 45 | 0 | 140 | 24 | 123 | 134 | 52 |
| Binary | 10000001 | 11001101 | 1000 | 100101 | 0 | 1100000 | 10100 | 1010011 | 1011100 | 101010 |
Color Harmonies of #81CD08
Complementary color
Monochromatic Colors of #81CD08
Black with #81CD08
Text Example
Text Example
White with #81CD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CD08; }
p { color: rgb(129,205,8); }
H1.HeaderClassName
{
color: #81CD08;
}
.AnyTagClassName
{
color: #81CD08;
}
</style>
background-color css
<style>
a { background-color: #81CD08; }
a { background-color: rgb(129,205,8); }
div.DivClassName
{
background-color: #81CD08;
}
.BgClassName
{
background-color: #81CD08;
}
</style>
border-color css
<style>
span { border-color: #81CD08; }
span { border-color: rgb(129,205,8); }
td.TdClassName
{
border-color: #81CD08;
}
.TagClassName
{
border-color: #81CD08;
}
</style>