Shades of Screamin' Green #81FF5D
Tints of Screamin' Green #81FF5D
RGB
CMYK
RGB Variations
Color information
#81FF5D (or 0x81FF5D) is known color: Screamin' Green. HEX triplet: 81, FF and 5D. RGB value is (129,255,93). Sum of RGB (Red+Green+Blue) = 129+255+93=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #81FF5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81FF5D is #7E00A2. Grayscale: #C7C7C7. Windows color (decimal): -8257699 or 6160257. OLE color: 6160257.
HSL color Cylindrical-coordinate representation of color #81FF5D: hue angle of 106.67º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81FF5D is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 255 | 93 | - |
| CMYK | 0.49 | 0 | 0.64 | 0 |
| HSL | 106.67º | 1% | 0.68% | - |
| HSV(B) | 106.67º | 0.64% | 1% | - |
| XYZ | 46.79 | 76.98 | 22.75 | - |
| YUV | 198.86 | 68.26 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 255 | 93 | 0.49 | 0 | 0.64 | 0 | 106.67 | 1 | 0.68 |
| Hex | 81 | FF | 5D | 31 | 0 | 40 | 0 | 6B | 64 | 44 |
| Octal | 201 | 377 | 135 | 61 | 0 | 100 | 0 | 153 | 144 | 104 |
| Binary | 10000001 | 11111111 | 1011101 | 110001 | 0 | 1000000 | 0 | 1101011 | 1100100 | 1000100 |
Color Harmonies of #81FF5D
Complementary color
Monochromatic Colors of #81FF5D
Black with #81FF5D
Text Example
Text Example
White with #81FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FF5D; }
p { color: rgb(129,255,93); }
H1.HeaderClassName
{
color: #81FF5D;
}
.AnyTagClassName
{
color: #81FF5D;
}
</style>
background-color css
<style>
a { background-color: #81FF5D; }
a { background-color: rgb(129,255,93); }
div.DivClassName
{
background-color: #81FF5D;
}
.BgClassName
{
background-color: #81FF5D;
}
</style>
border-color css
<style>
span { border-color: #81FF5D; }
span { border-color: rgb(129,255,93); }
td.TdClassName
{
border-color: #81FF5D;
}
.TagClassName
{
border-color: #81FF5D;
}
</style>