Shades of Chartreuse #81FF08
Tints of Chartreuse #81FF08
RGB
CMYK
RGB Variations
Color information
#81FF08 (or 0x81FF08) is known color: Chartreuse. HEX triplet: 81, FF and 08. RGB value is (129,255,8). Sum of RGB (Red+Green+Blue) = 129+255+8=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 255 (100% from 255 or 65.05% from 392); Blue value is 8 (3.52% from 255 or 2.04% from 392); Max value from RGB is 255 - color contains mainly: green. Hex color #81FF08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #81FF08 is #7E00F7. Grayscale: #BEBEBE. Windows color (decimal): -8257784 or 589697. OLE color: 589697.
HSL color Cylindrical-coordinate representation of color #81FF08: hue angle of 90.61º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81FF08 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 255 | 8 | - |
| CMYK | 0.49 | 0 | 0.97 | 0 |
| HSL | 90.61º | 1% | 0.52% | - |
| HSV(B) | 90.61º | 0.97% | 1% | - |
| XYZ | 44.86 | 76.2 | 12.57 | - |
| YUV | 189.17 | 25.76 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 255 | 8 | 0.49 | 0 | 0.97 | 0 | 90.61 | 1 | 0.52 |
| Hex | 81 | FF | 8 | 31 | 0 | 61 | 0 | 5B | 64 | 34 |
| Octal | 201 | 377 | 10 | 61 | 0 | 141 | 0 | 133 | 144 | 64 |
| Binary | 10000001 | 11111111 | 1000 | 110001 | 0 | 1100001 | 0 | 1011011 | 1100100 | 110100 |
Color Harmonies of #81FF08
Complementary color
Monochromatic Colors of #81FF08
Black with #81FF08
Text Example
Text Example
White with #81FF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FF08; }
p { color: rgb(129,255,8); }
H1.HeaderClassName
{
color: #81FF08;
}
.AnyTagClassName
{
color: #81FF08;
}
</style>
background-color css
<style>
a { background-color: #81FF08; }
a { background-color: rgb(129,255,8); }
div.DivClassName
{
background-color: #81FF08;
}
.BgClassName
{
background-color: #81FF08;
}
</style>
border-color css
<style>
span { border-color: #81FF08; }
span { border-color: rgb(129,255,8); }
td.TdClassName
{
border-color: #81FF08;
}
.TagClassName
{
border-color: #81FF08;
}
</style>