Shades of Screamin' Green #81FE5D
Tints of Screamin' Green #81FE5D
RGB
CMYK
RGB Variations
Color information
#81FE5D (or 0x81FE5D) is known color: Screamin' Green. HEX triplet: 81, FE and 5D. RGB value is (129,254,93). Sum of RGB (Red+Green+Blue) = 129+254+93=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 254 (99.61% from 255 or 53.36% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 254 - color contains mainly: green. Hex color #81FE5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81FE5D is #7E01A2. Grayscale: #C6C6C6. Windows color (decimal): -8257955 or 6160001. OLE color: 6160001.
HSL color Cylindrical-coordinate representation of color #81FE5D: hue angle of 106.58º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #81FE5D is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 254 | 93 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.00 |
| HSL | 106.58º | 0.99% | 0.68% | - |
| HSV(B) | 106.58º | 0.63% | 1% | - |
| XYZ | 46.47 | 76.34 | 22.64 | - |
| YUV | 198.27 | 68.59 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 254 | 93 | 0.49 | 0 | 0.63 | 0.00 | 106.58 | 0.99 | 0.68 |
| Hex | 81 | FE | 5D | 31 | 0 | 3F | 0 | 6B | 63 | 44 |
| Octal | 201 | 376 | 135 | 61 | 0 | 77 | 0 | 153 | 143 | 104 |
| Binary | 10000001 | 11111110 | 1011101 | 110001 | 0 | 111111 | 0 | 1101011 | 1100011 | 1000100 |
Color Harmonies of #81FE5D
Complementary color
Monochromatic Colors of #81FE5D
Black with #81FE5D
Text Example
Text Example
White with #81FE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FE5D; }
p { color: rgb(129,254,93); }
H1.HeaderClassName
{
color: #81FE5D;
}
.AnyTagClassName
{
color: #81FE5D;
}
</style>
background-color css
<style>
a { background-color: #81FE5D; }
a { background-color: rgb(129,254,93); }
div.DivClassName
{
background-color: #81FE5D;
}
.BgClassName
{
background-color: #81FE5D;
}
</style>
border-color css
<style>
span { border-color: #81FE5D; }
span { border-color: rgb(129,254,93); }
td.TdClassName
{
border-color: #81FE5D;
}
.TagClassName
{
border-color: #81FE5D;
}
</style>