Shades of Screamin' Green #81FF71
Tints of Screamin' Green #81FF71
RGB
CMYK
RGB Variations
Color information
#81FF71 (or 0x81FF71) is known color: Screamin' Green. HEX triplet: 81, FF and 71. RGB value is (129,255,113). Sum of RGB (Red+Green+Blue) = 129+255+113=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #81FF71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81FF71 is #7E008E. Grayscale: #C9C9C9. Windows color (decimal): -8257679 or 7470977. OLE color: 7470977.
HSL color Cylindrical-coordinate representation of color #81FF71: hue angle of 113.24º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #81FF71 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 255 | 113 | - |
| CMYK | 0.49 | 0 | 0.56 | 0 |
| HSL | 113.24º | 1% | 0.72% | - |
| HSV(B) | 113.24º | 0.56% | 1% | - |
| XYZ | 47.79 | 77.38 | 28.04 | - |
| YUV | 201.14 | 78.26 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 255 | 113 | 0.49 | 0 | 0.56 | 0 | 113.24 | 1 | 0.72 |
| Hex | 81 | FF | 71 | 31 | 0 | 38 | 0 | 71 | 64 | 48 |
| Octal | 201 | 377 | 161 | 61 | 0 | 70 | 0 | 161 | 144 | 110 |
| Binary | 10000001 | 11111111 | 1110001 | 110001 | 0 | 111000 | 0 | 1110001 | 1100100 | 1001000 |
Color Harmonies of #81FF71
Complementary color
Monochromatic Colors of #81FF71
Black with #81FF71
Text Example
Text Example
White with #81FF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FF71; }
p { color: rgb(129,255,113); }
H1.HeaderClassName
{
color: #81FF71;
}
.AnyTagClassName
{
color: #81FF71;
}
</style>
background-color css
<style>
a { background-color: #81FF71; }
a { background-color: rgb(129,255,113); }
div.DivClassName
{
background-color: #81FF71;
}
.BgClassName
{
background-color: #81FF71;
}
</style>
border-color css
<style>
span { border-color: #81FF71; }
span { border-color: rgb(129,255,113); }
td.TdClassName
{
border-color: #81FF71;
}
.TagClassName
{
border-color: #81FF71;
}
</style>