Shades of Screamin' Green #81F964
Tints of Screamin' Green #81F964
RGB
CMYK
RGB Variations
Color information
#81F964 (or 0x81F964) is known color: Screamin' Green. HEX triplet: 81, F9 and 64. RGB value is (129,249,100). Sum of RGB (Red+Green+Blue) = 129+249+100=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 249 (97.66% from 255 or 52.09% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 249 - color contains mainly: green. Hex color #81F964 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F964 is #7E069B. Grayscale: #C4C4C4. Windows color (decimal): -8259228 or 6617473. OLE color: 6617473.
HSL color Cylindrical-coordinate representation of color #81F964: hue angle of 108.32º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81F964 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 249 | 100 | - |
| CMYK | 0.48 | 0 | 0.60 | 0.02 |
| HSL | 108.32º | 0.93% | 0.68% | - |
| HSV(B) | 108.32º | 0.6% | 0.98% | - |
| XYZ | 45.23 | 73.34 | 23.83 | - |
| YUV | 196.13 | 73.74 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 249 | 100 | 0.48 | 0 | 0.60 | 0.02 | 108.32 | 0.93 | 0.68 |
| Hex | 81 | F9 | 64 | 30 | 0 | 3C | 2 | 6C | 5D | 44 |
| Octal | 201 | 371 | 144 | 60 | 0 | 74 | 2 | 154 | 135 | 104 |
| Binary | 10000001 | 11111001 | 1100100 | 110000 | 0 | 111100 | 10 | 1101100 | 1011101 | 1000100 |
Color Harmonies of #81F964
Complementary color
Monochromatic Colors of #81F964
Black with #81F964
Text Example
Text Example
White with #81F964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F964; }
p { color: rgb(129,249,100); }
H1.HeaderClassName
{
color: #81F964;
}
.AnyTagClassName
{
color: #81F964;
}
</style>
background-color css
<style>
a { background-color: #81F964; }
a { background-color: rgb(129,249,100); }
div.DivClassName
{
background-color: #81F964;
}
.BgClassName
{
background-color: #81F964;
}
</style>
border-color css
<style>
span { border-color: #81F964; }
span { border-color: rgb(129,249,100); }
td.TdClassName
{
border-color: #81F964;
}
.TagClassName
{
border-color: #81F964;
}
</style>