Shades of Chartreuse #81FA02
Tints of Chartreuse #81FA02
RGB
CMYK
RGB Variations
Color information
#81FA02 (or 0x81FA02) is known color: Chartreuse. HEX triplet: 81, FA and 02. RGB value is (129,250,2). Sum of RGB (Red+Green+Blue) = 129+250+2=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 250 (98.05% from 255 or 65.62% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 250 - color contains mainly: green. Hex color #81FA02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #81FA02 is #7E05FD. Grayscale: #BABABA. Windows color (decimal): -8259070 or 195201. OLE color: 195201.
HSL color Cylindrical-coordinate representation of color #81FA02: hue angle of 89.27º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81FA02 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 250 | 2 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.02 |
| HSL | 89.27º | 0.98% | 0.49% | - |
| HSV(B) | 89.27º | 0.99% | 0.98% | - |
| XYZ | 43.25 | 73.04 | 11.88 | - |
| YUV | 185.55 | 24.41 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 250 | 2 | 0.48 | 0 | 0.99 | 0.02 | 89.27 | 0.98 | 0.49 |
| Hex | 81 | FA | 2 | 30 | 0 | 63 | 2 | 59 | 62 | 31 |
| Octal | 201 | 372 | 2 | 60 | 0 | 143 | 2 | 131 | 142 | 61 |
| Binary | 10000001 | 11111010 | 10 | 110000 | 0 | 1100011 | 10 | 1011001 | 1100010 | 110001 |
Color Harmonies of #81FA02
Complementary color
Monochromatic Colors of #81FA02
Black with #81FA02
Text Example
Text Example
White with #81FA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FA02; }
p { color: rgb(129,250,2); }
H1.HeaderClassName
{
color: #81FA02;
}
.AnyTagClassName
{
color: #81FA02;
}
</style>
background-color css
<style>
a { background-color: #81FA02; }
a { background-color: rgb(129,250,2); }
div.DivClassName
{
background-color: #81FA02;
}
.BgClassName
{
background-color: #81FA02;
}
</style>
border-color css
<style>
span { border-color: #81FA02; }
span { border-color: rgb(129,250,2); }
td.TdClassName
{
border-color: #81FA02;
}
.TagClassName
{
border-color: #81FA02;
}
</style>