Shades of Chartreuse #81FD12
Tints of Chartreuse #81FD12
RGB
CMYK
RGB Variations
Color information
#81FD12 (or 0x81FD12) is known color: Chartreuse. HEX triplet: 81, FD and 12. RGB value is (129,253,18). Sum of RGB (Red+Green+Blue) = 129+253+18=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 253 (99.22% from 255 or 63.25% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 253 - color contains mainly: green. Hex color #81FD12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #81FD12 is #7E02ED. Grayscale: #BDBDBD. Windows color (decimal): -8258286 or 1244545. OLE color: 1244545.
HSL color Cylindrical-coordinate representation of color #81FD12: hue angle of 91.66º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81FD12 is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 253 | 18 | - |
| CMYK | 0.49 | 0 | 0.93 | 0.01 |
| HSL | 91.66º | 0.98% | 0.53% | - |
| HSV(B) | 91.66º | 0.93% | 0.99% | - |
| XYZ | 44.29 | 74.96 | 12.71 | - |
| YUV | 189.13 | 31.42 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 253 | 18 | 0.49 | 0 | 0.93 | 0.01 | 91.66 | 0.98 | 0.53 |
| Hex | 81 | FD | 12 | 31 | 0 | 5D | 1 | 5C | 62 | 35 |
| Octal | 201 | 375 | 22 | 61 | 0 | 135 | 1 | 134 | 142 | 65 |
| Binary | 10000001 | 11111101 | 10010 | 110001 | 0 | 1011101 | 1 | 1011100 | 1100010 | 110101 |
Color Harmonies of #81FD12
Complementary color
Monochromatic Colors of #81FD12
Black with #81FD12
Text Example
Text Example
White with #81FD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FD12; }
p { color: rgb(129,253,18); }
H1.HeaderClassName
{
color: #81FD12;
}
.AnyTagClassName
{
color: #81FD12;
}
</style>
background-color css
<style>
a { background-color: #81FD12; }
a { background-color: rgb(129,253,18); }
div.DivClassName
{
background-color: #81FD12;
}
.BgClassName
{
background-color: #81FD12;
}
</style>
border-color css
<style>
span { border-color: #81FD12; }
span { border-color: rgb(129,253,18); }
td.TdClassName
{
border-color: #81FD12;
}
.TagClassName
{
border-color: #81FD12;
}
</style>