Shades of Screamin' Green #81F948
Tints of Screamin' Green #81F948
RGB
CMYK
RGB Variations
Color information
#81F948 (or 0x81F948) is known color: Screamin' Green. HEX triplet: 81, F9 and 48. RGB value is (129,249,72). Sum of RGB (Red+Green+Blue) = 129+249+72=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 249 (97.66% from 255 or 55.33% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 249 - color contains mainly: green. Hex color #81F948 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81F948 is #7E06B7. Grayscale: #C1C1C1. Windows color (decimal): -8259256 or 4782465. OLE color: 4782465.
HSL color Cylindrical-coordinate representation of color #81F948: hue angle of 100.68º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #81F948 is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 249 | 72 | - |
| CMYK | 0.48 | 0 | 0.71 | 0.02 |
| HSL | 100.68º | 0.94% | 0.63% | - |
| HSV(B) | 100.68º | 0.71% | 0.98% | - |
| XYZ | 44.1 | 72.89 | 17.88 | - |
| YUV | 192.94 | 59.74 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 249 | 72 | 0.48 | 0 | 0.71 | 0.02 | 100.68 | 0.94 | 0.63 |
| Hex | 81 | F9 | 48 | 30 | 0 | 47 | 2 | 65 | 5E | 3F |
| Octal | 201 | 371 | 110 | 60 | 0 | 107 | 2 | 145 | 136 | 77 |
| Binary | 10000001 | 11111001 | 1001000 | 110000 | 0 | 1000111 | 10 | 1100101 | 1011110 | 111111 |
Color Harmonies of #81F948
Complementary color
Monochromatic Colors of #81F948
Black with #81F948
Text Example
Text Example
White with #81F948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F948; }
p { color: rgb(129,249,72); }
H1.HeaderClassName
{
color: #81F948;
}
.AnyTagClassName
{
color: #81F948;
}
</style>
background-color css
<style>
a { background-color: #81F948; }
a { background-color: rgb(129,249,72); }
div.DivClassName
{
background-color: #81F948;
}
.BgClassName
{
background-color: #81F948;
}
</style>
border-color css
<style>
span { border-color: #81F948; }
span { border-color: rgb(129,249,72); }
td.TdClassName
{
border-color: #81F948;
}
.TagClassName
{
border-color: #81F948;
}
</style>