Shades of Screamin' Green #81F861
Tints of Screamin' Green #81F861
RGB
CMYK
RGB Variations
Color information
#81F861 (or 0x81F861) is known color: Screamin' Green. HEX triplet: 81, F8 and 61. RGB value is (129,248,97). Sum of RGB (Red+Green+Blue) = 129+248+97=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 248 (97.27% from 255 or 52.32% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 248 - color contains mainly: green. Hex color #81F861 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F861 is #7E079E. Grayscale: #C3C3C3. Windows color (decimal): -8259487 or 6420609. OLE color: 6420609.
HSL color Cylindrical-coordinate representation of color #81F861: hue angle of 107.28º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #81F861 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 248 | 97 | - |
| CMYK | 0.48 | 0 | 0.61 | 0.03 |
| HSL | 107.28º | 0.92% | 0.68% | - |
| HSV(B) | 107.28º | 0.61% | 0.97% | - |
| XYZ | 44.78 | 72.67 | 22.97 | - |
| YUV | 195.21 | 72.58 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 248 | 97 | 0.48 | 0 | 0.61 | 0.03 | 107.28 | 0.92 | 0.68 |
| Hex | 81 | F8 | 61 | 30 | 0 | 3D | 3 | 6B | 5C | 44 |
| Octal | 201 | 370 | 141 | 60 | 0 | 75 | 3 | 153 | 134 | 104 |
| Binary | 10000001 | 11111000 | 1100001 | 110000 | 0 | 111101 | 11 | 1101011 | 1011100 | 1000100 |
Color Harmonies of #81F861
Complementary color
Monochromatic Colors of #81F861
Black with #81F861
Text Example
Text Example
White with #81F861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F861; }
p { color: rgb(129,248,97); }
H1.HeaderClassName
{
color: #81F861;
}
.AnyTagClassName
{
color: #81F861;
}
</style>
background-color css
<style>
a { background-color: #81F861; }
a { background-color: rgb(129,248,97); }
div.DivClassName
{
background-color: #81F861;
}
.BgClassName
{
background-color: #81F861;
}
</style>
border-color css
<style>
span { border-color: #81F861; }
span { border-color: rgb(129,248,97); }
td.TdClassName
{
border-color: #81F861;
}
.TagClassName
{
border-color: #81F861;
}
</style>