Shades of Chartreuse #81FB14
Tints of Chartreuse #81FB14
RGB
CMYK
RGB Variations
Color information
#81FB14 (or 0x81FB14) is known color: Chartreuse. HEX triplet: 81, FB and 14. RGB value is (129,251,20). Sum of RGB (Red+Green+Blue) = 129+251+20=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 251 (98.44% from 255 or 62.75% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 251 - color contains mainly: green. Hex color #81FB14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #81FB14 is #7E04EB. Grayscale: #BCBCBC. Windows color (decimal): -8258796 or 1375105. OLE color: 1375105.
HSL color Cylindrical-coordinate representation of color #81FB14: hue angle of 91.69º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #81FB14 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 251 | 20 | - |
| CMYK | 0.49 | 0 | 0.92 | 0.02 |
| HSL | 91.69º | 0.97% | 0.53% | - |
| HSV(B) | 91.69º | 0.92% | 0.98% | - |
| XYZ | 43.68 | 73.71 | 12.59 | - |
| YUV | 188.19 | 33.08 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 251 | 20 | 0.49 | 0 | 0.92 | 0.02 | 91.69 | 0.97 | 0.53 |
| Hex | 81 | FB | 14 | 31 | 0 | 5C | 2 | 5C | 61 | 35 |
| Octal | 201 | 373 | 24 | 61 | 0 | 134 | 2 | 134 | 141 | 65 |
| Binary | 10000001 | 11111011 | 10100 | 110001 | 0 | 1011100 | 10 | 1011100 | 1100001 | 110101 |
Color Harmonies of #81FB14
Complementary color
Monochromatic Colors of #81FB14
Black with #81FB14
Text Example
Text Example
White with #81FB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FB14; }
p { color: rgb(129,251,20); }
H1.HeaderClassName
{
color: #81FB14;
}
.AnyTagClassName
{
color: #81FB14;
}
</style>
background-color css
<style>
a { background-color: #81FB14; }
a { background-color: rgb(129,251,20); }
div.DivClassName
{
background-color: #81FB14;
}
.BgClassName
{
background-color: #81FB14;
}
</style>
border-color css
<style>
span { border-color: #81FB14; }
span { border-color: rgb(129,251,20); }
td.TdClassName
{
border-color: #81FB14;
}
.TagClassName
{
border-color: #81FB14;
}
</style>