Shades of Screamin' Green #81F149
Tints of Screamin' Green #81F149
RGB
CMYK
RGB Variations
Color information
#81F149 (or 0x81F149) is known color: Screamin' Green. HEX triplet: 81, F1 and 49. RGB value is (129,241,73). Sum of RGB (Red+Green+Blue) = 129+241+73=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 241 (94.53% from 255 or 54.40% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 241 - color contains mainly: green. Hex color #81F149 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81F149 is #7E0EB6. Grayscale: #BCBCBC. Windows color (decimal): -8261303 or 4845953. OLE color: 4845953.
HSL color Cylindrical-coordinate representation of color #81F149: hue angle of 100º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81F149 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 241 | 73 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.05 |
| HSL | 100º | 0.86% | 0.62% | - |
| HSV(B) | 100º | 0.7% | 0.95% | - |
| XYZ | 41.71 | 68.06 | 17.24 | - |
| YUV | 188.36 | 62.89 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 241 | 73 | 0.46 | 0 | 0.70 | 0.05 | 100 | 0.86 | 0.62 |
| Hex | 81 | F1 | 49 | 2E | 0 | 46 | 5 | 64 | 56 | 3E |
| Octal | 201 | 361 | 111 | 56 | 0 | 106 | 5 | 144 | 126 | 76 |
| Binary | 10000001 | 11110001 | 1001001 | 101110 | 0 | 1000110 | 101 | 1100100 | 1010110 | 111110 |
Color Harmonies of #81F149
Complementary color
Monochromatic Colors of #81F149
Black with #81F149
Text Example
Text Example
White with #81F149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F149; }
p { color: rgb(129,241,73); }
H1.HeaderClassName
{
color: #81F149;
}
.AnyTagClassName
{
color: #81F149;
}
</style>
background-color css
<style>
a { background-color: #81F149; }
a { background-color: rgb(129,241,73); }
div.DivClassName
{
background-color: #81F149;
}
.BgClassName
{
background-color: #81F149;
}
</style>
border-color css
<style>
span { border-color: #81F149; }
span { border-color: rgb(129,241,73); }
td.TdClassName
{
border-color: #81F149;
}
.TagClassName
{
border-color: #81F149;
}
</style>