Shades of Chartreuse #81FB06
Tints of Chartreuse #81FB06
RGB
CMYK
RGB Variations
Color information
#81FB06 (or 0x81FB06) is known color: Chartreuse. HEX triplet: 81, FB and 06. RGB value is (129,251,6). Sum of RGB (Red+Green+Blue) = 129+251+6=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 251 (98.44% from 255 or 65.03% from 386); Blue value is 6 (2.73% from 255 or 1.55% from 386); Max value from RGB is 251 - color contains mainly: green. Hex color #81FB06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #81FB06 is #7E04F9. Grayscale: #BBBBBB. Windows color (decimal): -8258810 or 457601. OLE color: 457601.
HSL color Cylindrical-coordinate representation of color #81FB06: hue angle of 89.88º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81FB06 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 251 | 6 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.02 |
| HSL | 89.88º | 0.97% | 0.5% | - |
| HSV(B) | 89.88º | 0.98% | 0.98% | - |
| XYZ | 43.58 | 73.67 | 12.1 | - |
| YUV | 186.59 | 26.08 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 251 | 6 | 0.49 | 0 | 0.98 | 0.02 | 89.88 | 0.97 | 0.5 |
| Hex | 81 | FB | 6 | 31 | 0 | 62 | 2 | 5A | 61 | 32 |
| Octal | 201 | 373 | 6 | 61 | 0 | 142 | 2 | 132 | 141 | 62 |
| Binary | 10000001 | 11111011 | 110 | 110001 | 0 | 1100010 | 10 | 1011010 | 1100001 | 110010 |
Color Harmonies of #81FB06
Complementary color
Monochromatic Colors of #81FB06
Black with #81FB06
Text Example
Text Example
White with #81FB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FB06; }
p { color: rgb(129,251,6); }
H1.HeaderClassName
{
color: #81FB06;
}
.AnyTagClassName
{
color: #81FB06;
}
</style>
background-color css
<style>
a { background-color: #81FB06; }
a { background-color: rgb(129,251,6); }
div.DivClassName
{
background-color: #81FB06;
}
.BgClassName
{
background-color: #81FB06;
}
</style>
border-color css
<style>
span { border-color: #81FB06; }
span { border-color: rgb(129,251,6); }
td.TdClassName
{
border-color: #81FB06;
}
.TagClassName
{
border-color: #81FB06;
}
</style>