Shades of Chartreuse #81FC00
Tints of Chartreuse #81FC00
RGB
CMYK
RGB Variations
Color information
#81FC00 (or 0x81FC00) is known color: Chartreuse. HEX triplet: 81, FC and 00. RGB value is (129,252,0). Sum of RGB (Red+Green+Blue) = 129+252+0=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 252 (98.83% from 255 or 66.14% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 252 - color contains mainly: green. Hex color #81FC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #81FC00 is #7E03FF. Grayscale: #BBBBBB. Windows color (decimal): -8258560 or 64641. OLE color: 64641.
HSL color Cylindrical-coordinate representation of color #81FC00: hue angle of 89.29º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81FC00 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 252 | 0 | - |
| CMYK | 0.49 | 0 | 1 | 0.01 |
| HSL | 89.29º | 1% | 0.49% | - |
| HSV(B) | 89.29º | 1% | 0.99% | - |
| XYZ | 43.86 | 74.29 | 12.03 | - |
| YUV | 186.5 | 22.75 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 252 | 0 | 0.49 | 0 | 1 | 0.01 | 89.29 | 1 | 0.49 |
| Hex | 81 | FC | 0 | 31 | 0 | 64 | 1 | 59 | 64 | 31 |
| Octal | 201 | 374 | 0 | 61 | 0 | 144 | 1 | 131 | 144 | 61 |
| Binary | 10000001 | 11111100 | 0 | 110001 | 0 | 1100100 | 1 | 1011001 | 1100100 | 110001 |
Color Harmonies of #81FC00
Complementary color
Monochromatic Colors of #81FC00
Black with #81FC00
Text Example
Text Example
White with #81FC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FC00; }
p { color: rgb(129,252,0); }
H1.HeaderClassName
{
color: #81FC00;
}
.AnyTagClassName
{
color: #81FC00;
}
</style>
background-color css
<style>
a { background-color: #81FC00; }
a { background-color: rgb(129,252,0); }
div.DivClassName
{
background-color: #81FC00;
}
.BgClassName
{
background-color: #81FC00;
}
</style>
border-color css
<style>
span { border-color: #81FC00; }
span { border-color: rgb(129,252,0); }
td.TdClassName
{
border-color: #81FC00;
}
.TagClassName
{
border-color: #81FC00;
}
</style>