Shades of Chartreuse #81FA08
Tints of Chartreuse #81FA08
RGB
CMYK
RGB Variations
Color information
#81FA08 (or 0x81FA08) is known color: Chartreuse. HEX triplet: 81, FA and 08. RGB value is (129,250,8). Sum of RGB (Red+Green+Blue) = 129+250+8=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 250 (98.05% from 255 or 64.60% from 387); Blue value is 8 (3.52% from 255 or 2.07% from 387); Max value from RGB is 250 - color contains mainly: green. Hex color #81FA08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #81FA08 is #7E05F7. Grayscale: #BBBBBB. Windows color (decimal): -8259064 or 588417. OLE color: 588417.
HSL color Cylindrical-coordinate representation of color #81FA08: hue angle of 90º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81FA08 is Cyan = 0.48, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 250 | 8 | - |
| CMYK | 0.48 | 0 | 0.97 | 0.02 |
| HSL | 90º | 0.96% | 0.51% | - |
| HSV(B) | 90º | 0.97% | 0.98% | - |
| XYZ | 43.28 | 73.06 | 12.05 | - |
| YUV | 186.23 | 27.41 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 250 | 8 | 0.48 | 0 | 0.97 | 0.02 | 90 | 0.96 | 0.51 |
| Hex | 81 | FA | 8 | 30 | 0 | 61 | 2 | 5A | 60 | 33 |
| Octal | 201 | 372 | 10 | 60 | 0 | 141 | 2 | 132 | 140 | 63 |
| Binary | 10000001 | 11111010 | 1000 | 110000 | 0 | 1100001 | 10 | 1011010 | 1100000 | 110011 |
Color Harmonies of #81FA08
Complementary color
Monochromatic Colors of #81FA08
Black with #81FA08
Text Example
Text Example
White with #81FA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FA08; }
p { color: rgb(129,250,8); }
H1.HeaderClassName
{
color: #81FA08;
}
.AnyTagClassName
{
color: #81FA08;
}
</style>
background-color css
<style>
a { background-color: #81FA08; }
a { background-color: rgb(129,250,8); }
div.DivClassName
{
background-color: #81FA08;
}
.BgClassName
{
background-color: #81FA08;
}
</style>
border-color css
<style>
span { border-color: #81FA08; }
span { border-color: rgb(129,250,8); }
td.TdClassName
{
border-color: #81FA08;
}
.TagClassName
{
border-color: #81FA08;
}
</style>