Shades of Screamin' Green #81F160
Tints of Screamin' Green #81F160
RGB
CMYK
RGB Variations
Color information
#81F160 (or 0x81F160) is known color: Screamin' Green. HEX triplet: 81, F1 and 60. RGB value is (129,241,96). Sum of RGB (Red+Green+Blue) = 129+241+96=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 241 (94.53% from 255 or 51.72% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 241 - color contains mainly: green. Hex color #81F160 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F160 is #7E0E9F. Grayscale: #BFBFBF. Windows color (decimal): -8261280 or 6353281. OLE color: 6353281.
HSL color Cylindrical-coordinate representation of color #81F160: hue angle of 106.34º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81F160 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 241 | 96 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.05 |
| HSL | 106.34º | 0.84% | 0.66% | - |
| HSV(B) | 106.34º | 0.6% | 0.95% | - |
| XYZ | 42.62 | 68.42 | 22.03 | - |
| YUV | 190.98 | 74.39 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 241 | 96 | 0.46 | 0 | 0.60 | 0.05 | 106.34 | 0.84 | 0.66 |
| Hex | 81 | F1 | 60 | 2E | 0 | 3C | 5 | 6A | 54 | 42 |
| Octal | 201 | 361 | 140 | 56 | 0 | 74 | 5 | 152 | 124 | 102 |
| Binary | 10000001 | 11110001 | 1100000 | 101110 | 0 | 111100 | 101 | 1101010 | 1010100 | 1000010 |
Color Harmonies of #81F160
Complementary color
Monochromatic Colors of #81F160
Black with #81F160
Text Example
Text Example
White with #81F160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F160; }
p { color: rgb(129,241,96); }
H1.HeaderClassName
{
color: #81F160;
}
.AnyTagClassName
{
color: #81F160;
}
</style>
background-color css
<style>
a { background-color: #81F160; }
a { background-color: rgb(129,241,96); }
div.DivClassName
{
background-color: #81F160;
}
.BgClassName
{
background-color: #81F160;
}
</style>
border-color css
<style>
span { border-color: #81F160; }
span { border-color: rgb(129,241,96); }
td.TdClassName
{
border-color: #81F160;
}
.TagClassName
{
border-color: #81F160;
}
</style>