Shades of Chartreuse #81FC11
Tints of Chartreuse #81FC11
RGB
CMYK
RGB Variations
Color information
#81FC11 (or 0x81FC11) is known color: Chartreuse. HEX triplet: 81, FC and 11. RGB value is (129,252,17). Sum of RGB (Red+Green+Blue) = 129+252+17=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 252 (98.83% from 255 or 63.32% from 398); Blue value is 17 (7.03% from 255 or 4.27% from 398); Max value from RGB is 252 - color contains mainly: green. Hex color #81FC11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #81FC11 is #7E03EE. Grayscale: #BDBDBD. Windows color (decimal): -8258543 or 1178753. OLE color: 1178753.
HSL color Cylindrical-coordinate representation of color #81FC11: hue angle of 91.4º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81FC11 is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 252 | 17 | - |
| CMYK | 0.49 | 0 | 0.93 | 0.01 |
| HSL | 91.4º | 0.98% | 0.53% | - |
| HSV(B) | 91.4º | 0.93% | 0.99% | - |
| XYZ | 43.96 | 74.33 | 12.56 | - |
| YUV | 188.43 | 31.25 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 252 | 17 | 0.49 | 0 | 0.93 | 0.01 | 91.4 | 0.98 | 0.53 |
| Hex | 81 | FC | 11 | 31 | 0 | 5D | 1 | 5B | 62 | 35 |
| Octal | 201 | 374 | 21 | 61 | 0 | 135 | 1 | 133 | 142 | 65 |
| Binary | 10000001 | 11111100 | 10001 | 110001 | 0 | 1011101 | 1 | 1011011 | 1100010 | 110101 |
Color Harmonies of #81FC11
Complementary color
Monochromatic Colors of #81FC11
Black with #81FC11
Text Example
Text Example
White with #81FC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FC11; }
p { color: rgb(129,252,17); }
H1.HeaderClassName
{
color: #81FC11;
}
.AnyTagClassName
{
color: #81FC11;
}
</style>
background-color css
<style>
a { background-color: #81FC11; }
a { background-color: rgb(129,252,17); }
div.DivClassName
{
background-color: #81FC11;
}
.BgClassName
{
background-color: #81FC11;
}
</style>
border-color css
<style>
span { border-color: #81FC11; }
span { border-color: rgb(129,252,17); }
td.TdClassName
{
border-color: #81FC11;
}
.TagClassName
{
border-color: #81FC11;
}
</style>