Shades of Chartreuse #81FB0A
Tints of Chartreuse #81FB0A
RGB
CMYK
RGB Variations
Color information
#81FB0A (or 0x81FB0A) is known color: Chartreuse. HEX triplet: 81, FB and 0A. RGB value is (129,251,10). Sum of RGB (Red+Green+Blue) = 129+251+10=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 251 (98.44% from 255 or 64.36% from 390); Blue value is 10 (4.30% from 255 or 2.56% from 390); Max value from RGB is 251 - color contains mainly: green. Hex color #81FB0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #81FB0A is #7E04F5. Grayscale: #BBBBBB. Windows color (decimal): -8258806 or 719745. OLE color: 719745.
HSL color Cylindrical-coordinate representation of color #81FB0A: hue angle of 90.37º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81FB0A is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 251 | 10 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.02 |
| HSL | 90.37º | 0.97% | 0.51% | - |
| HSV(B) | 90.37º | 0.96% | 0.98% | - |
| XYZ | 43.61 | 73.68 | 12.21 | - |
| YUV | 187.05 | 28.08 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 251 | 10 | 0.49 | 0 | 0.96 | 0.02 | 90.37 | 0.97 | 0.51 |
| Hex | 81 | FB | A | 31 | 0 | 60 | 2 | 5A | 61 | 33 |
| Octal | 201 | 373 | 12 | 61 | 0 | 140 | 2 | 132 | 141 | 63 |
| Binary | 10000001 | 11111011 | 1010 | 110001 | 0 | 1100000 | 10 | 1011010 | 1100001 | 110011 |
Color Harmonies of #81FB0A
Complementary color
Monochromatic Colors of #81FB0A
Black with #81FB0A
Text Example
Text Example
White with #81FB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FB0A; }
p { color: rgb(129,251,10); }
H1.HeaderClassName
{
color: #81FB0A;
}
.AnyTagClassName
{
color: #81FB0A;
}
</style>
background-color css
<style>
a { background-color: #81FB0A; }
a { background-color: rgb(129,251,10); }
div.DivClassName
{
background-color: #81FB0A;
}
.BgClassName
{
background-color: #81FB0A;
}
</style>
border-color css
<style>
span { border-color: #81FB0A; }
span { border-color: rgb(129,251,10); }
td.TdClassName
{
border-color: #81FB0A;
}
.TagClassName
{
border-color: #81FB0A;
}
</style>