Shades of Chartreuse #81FB1F
Tints of Chartreuse #81FB1F
RGB
CMYK
RGB Variations
Color information
#81FB1F (or 0x81FB1F) is known color: Chartreuse. HEX triplet: 81, FB and 1F. RGB value is (129,251,31). Sum of RGB (Red+Green+Blue) = 129+251+31=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 251 (98.44% from 255 or 61.07% from 411); Blue value is 31 (12.5% from 255 or 7.54% from 411); Max value from RGB is 251 - color contains mainly: green. Hex color #81FB1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81FB1F is #7E04E0. Grayscale: #BEBEBE. Windows color (decimal): -8258785 or 2096001. OLE color: 2096001.
HSL color Cylindrical-coordinate representation of color #81FB1F: hue angle of 93.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81FB1F is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 251 | 31 | - |
| CMYK | 0.49 | 0 | 0.88 | 0.02 |
| HSL | 93.27º | 0.96% | 0.55% | - |
| HSV(B) | 93.27º | 0.88% | 0.98% | - |
| XYZ | 43.8 | 73.76 | 13.23 | - |
| YUV | 189.44 | 38.58 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 251 | 31 | 0.49 | 0 | 0.88 | 0.02 | 93.27 | 0.96 | 0.55 |
| Hex | 81 | FB | 1F | 31 | 0 | 58 | 2 | 5D | 60 | 37 |
| Octal | 201 | 373 | 37 | 61 | 0 | 130 | 2 | 135 | 140 | 67 |
| Binary | 10000001 | 11111011 | 11111 | 110001 | 0 | 1011000 | 10 | 1011101 | 1100000 | 110111 |
Color Harmonies of #81FB1F
Complementary color
Monochromatic Colors of #81FB1F
Black with #81FB1F
Text Example
Text Example
White with #81FB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FB1F; }
p { color: rgb(129,251,31); }
H1.HeaderClassName
{
color: #81FB1F;
}
.AnyTagClassName
{
color: #81FB1F;
}
</style>
background-color css
<style>
a { background-color: #81FB1F; }
a { background-color: rgb(129,251,31); }
div.DivClassName
{
background-color: #81FB1F;
}
.BgClassName
{
background-color: #81FB1F;
}
</style>
border-color css
<style>
span { border-color: #81FB1F; }
span { border-color: rgb(129,251,31); }
td.TdClassName
{
border-color: #81FB1F;
}
.TagClassName
{
border-color: #81FB1F;
}
</style>