Shades of Screamin' Green #81F864
Tints of Screamin' Green #81F864
RGB
CMYK
RGB Variations
Color information
#81F864 (or 0x81F864) is known color: Screamin' Green. HEX triplet: 81, F8 and 64. RGB value is (129,248,100). Sum of RGB (Red+Green+Blue) = 129+248+100=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 248 (97.27% from 255 or 51.99% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 248 - color contains mainly: green. Hex color #81F864 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F864 is #7E079B. Grayscale: #C4C4C4. Windows color (decimal): -8259484 or 6617217. OLE color: 6617217.
HSL color Cylindrical-coordinate representation of color #81F864: hue angle of 108.24º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81F864 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 248 | 100 | - |
| CMYK | 0.48 | 0 | 0.60 | 0.03 |
| HSL | 108.24º | 0.91% | 0.68% | - |
| HSV(B) | 108.24º | 0.6% | 0.97% | - |
| XYZ | 44.92 | 72.72 | 23.73 | - |
| YUV | 195.55 | 74.08 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 248 | 100 | 0.48 | 0 | 0.60 | 0.03 | 108.24 | 0.91 | 0.68 |
| Hex | 81 | F8 | 64 | 30 | 0 | 3C | 3 | 6C | 5B | 44 |
| Octal | 201 | 370 | 144 | 60 | 0 | 74 | 3 | 154 | 133 | 104 |
| Binary | 10000001 | 11111000 | 1100100 | 110000 | 0 | 111100 | 11 | 1101100 | 1011011 | 1000100 |
Color Harmonies of #81F864
Complementary color
Monochromatic Colors of #81F864
Black with #81F864
Text Example
Text Example
White with #81F864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F864; }
p { color: rgb(129,248,100); }
H1.HeaderClassName
{
color: #81F864;
}
.AnyTagClassName
{
color: #81F864;
}
</style>
background-color css
<style>
a { background-color: #81F864; }
a { background-color: rgb(129,248,100); }
div.DivClassName
{
background-color: #81F864;
}
.BgClassName
{
background-color: #81F864;
}
</style>
border-color css
<style>
span { border-color: #81F864; }
span { border-color: rgb(129,248,100); }
td.TdClassName
{
border-color: #81F864;
}
.TagClassName
{
border-color: #81F864;
}
</style>