Shades of Chartreuse #81FC16
Tints of Chartreuse #81FC16
RGB
CMYK
RGB Variations
Color information
#81FC16 (or 0x81FC16) is known color: Chartreuse. HEX triplet: 81, FC and 16. RGB value is (129,252,22). Sum of RGB (Red+Green+Blue) = 129+252+22=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 252 (98.83% from 255 or 62.53% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 252 - color contains mainly: green. Hex color #81FC16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #81FC16 is #7E03E9. Grayscale: #BDBDBD. Windows color (decimal): -8258538 or 1506433. OLE color: 1506433.
HSL color Cylindrical-coordinate representation of color #81FC16: hue angle of 92.09º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81FC16 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 252 | 22 | - |
| CMYK | 0.49 | 0 | 0.91 | 0.01 |
| HSL | 92.09º | 0.97% | 0.54% | - |
| HSV(B) | 92.09º | 0.91% | 0.99% | - |
| XYZ | 44.01 | 74.35 | 12.79 | - |
| YUV | 189 | 33.75 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 252 | 22 | 0.49 | 0 | 0.91 | 0.01 | 92.09 | 0.97 | 0.54 |
| Hex | 81 | FC | 16 | 31 | 0 | 5B | 1 | 5C | 61 | 36 |
| Octal | 201 | 374 | 26 | 61 | 0 | 133 | 1 | 134 | 141 | 66 |
| Binary | 10000001 | 11111100 | 10110 | 110001 | 0 | 1011011 | 1 | 1011100 | 1100001 | 110110 |
Color Harmonies of #81FC16
Complementary color
Monochromatic Colors of #81FC16
Black with #81FC16
Text Example
Text Example
White with #81FC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FC16; }
p { color: rgb(129,252,22); }
H1.HeaderClassName
{
color: #81FC16;
}
.AnyTagClassName
{
color: #81FC16;
}
</style>
background-color css
<style>
a { background-color: #81FC16; }
a { background-color: rgb(129,252,22); }
div.DivClassName
{
background-color: #81FC16;
}
.BgClassName
{
background-color: #81FC16;
}
</style>
border-color css
<style>
span { border-color: #81FC16; }
span { border-color: rgb(129,252,22); }
td.TdClassName
{
border-color: #81FC16;
}
.TagClassName
{
border-color: #81FC16;
}
</style>