Shades of Screamin' Green #81F349
Tints of Screamin' Green #81F349
RGB
CMYK
RGB Variations
Color information
#81F349 (or 0x81F349) is known color: Screamin' Green. HEX triplet: 81, F3 and 49. RGB value is (129,243,73). Sum of RGB (Red+Green+Blue) = 129+243+73=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 243 (95.31% from 255 or 54.61% from 445); Blue value is 73 (28.91% from 255 or 16.40% from 445); Max value from RGB is 243 - color contains mainly: green. Hex color #81F349 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81F349 is #7E0CB6. Grayscale: #BEBEBE. Windows color (decimal): -8260791 or 4846465. OLE color: 4846465.
HSL color Cylindrical-coordinate representation of color #81F349: hue angle of 100.24º degrees, saturation: 0.88, 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 #81F349 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 243 | 73 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.05 |
| HSL | 100.24º | 0.88% | 0.62% | - |
| HSV(B) | 100.24º | 0.7% | 0.95% | - |
| XYZ | 42.31 | 69.25 | 17.44 | - |
| YUV | 189.53 | 62.23 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 243 | 73 | 0.47 | 0 | 0.70 | 0.05 | 100.24 | 0.88 | 0.62 |
| Hex | 81 | F3 | 49 | 2F | 0 | 46 | 5 | 64 | 58 | 3E |
| Octal | 201 | 363 | 111 | 57 | 0 | 106 | 5 | 144 | 130 | 76 |
| Binary | 10000001 | 11110011 | 1001001 | 101111 | 0 | 1000110 | 101 | 1100100 | 1011000 | 111110 |
Color Harmonies of #81F349
Complementary color
Monochromatic Colors of #81F349
Black with #81F349
Text Example
Text Example
White with #81F349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F349; }
p { color: rgb(129,243,73); }
H1.HeaderClassName
{
color: #81F349;
}
.AnyTagClassName
{
color: #81F349;
}
</style>
background-color css
<style>
a { background-color: #81F349; }
a { background-color: rgb(129,243,73); }
div.DivClassName
{
background-color: #81F349;
}
.BgClassName
{
background-color: #81F349;
}
</style>
border-color css
<style>
span { border-color: #81F349; }
span { border-color: rgb(129,243,73); }
td.TdClassName
{
border-color: #81F349;
}
.TagClassName
{
border-color: #81F349;
}
</style>