Shades of Screamin' Green #81FA44
Tints of Screamin' Green #81FA44
RGB
CMYK
RGB Variations
Color information
#81FA44 (or 0x81FA44) is known color: Screamin' Green. HEX triplet: 81, FA and 44. RGB value is (129,250,68). Sum of RGB (Red+Green+Blue) = 129+250+68=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 250 (98.05% from 255 or 55.93% from 447); Blue value is 68 (26.95% from 255 or 15.21% from 447); Max value from RGB is 250 - color contains mainly: green. Hex color #81FA44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81FA44 is #7E05BB. Grayscale: #C1C1C1. Windows color (decimal): -8259004 or 4520577. OLE color: 4520577.
HSL color Cylindrical-coordinate representation of color #81FA44: hue angle of 99.89º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #81FA44 is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 250 | 68 | - |
| CMYK | 0.48 | 0 | 0.73 | 0.02 |
| HSL | 99.89º | 0.95% | 0.62% | - |
| HSV(B) | 99.89º | 0.73% | 0.98% | - |
| XYZ | 44.28 | 73.46 | 17.31 | - |
| YUV | 193.07 | 57.41 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 250 | 68 | 0.48 | 0 | 0.73 | 0.02 | 99.89 | 0.95 | 0.62 |
| Hex | 81 | FA | 44 | 30 | 0 | 49 | 2 | 64 | 5F | 3E |
| Octal | 201 | 372 | 104 | 60 | 0 | 111 | 2 | 144 | 137 | 76 |
| Binary | 10000001 | 11111010 | 1000100 | 110000 | 0 | 1001001 | 10 | 1100100 | 1011111 | 111110 |
Color Harmonies of #81FA44
Complementary color
Monochromatic Colors of #81FA44
Black with #81FA44
Text Example
Text Example
White with #81FA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FA44; }
p { color: rgb(129,250,68); }
H1.HeaderClassName
{
color: #81FA44;
}
.AnyTagClassName
{
color: #81FA44;
}
</style>
background-color css
<style>
a { background-color: #81FA44; }
a { background-color: rgb(129,250,68); }
div.DivClassName
{
background-color: #81FA44;
}
.BgClassName
{
background-color: #81FA44;
}
</style>
border-color css
<style>
span { border-color: #81FA44; }
span { border-color: rgb(129,250,68); }
td.TdClassName
{
border-color: #81FA44;
}
.TagClassName
{
border-color: #81FA44;
}
</style>