Shades of Screamin' Green #81FC4C
Tints of Screamin' Green #81FC4C
RGB
CMYK
RGB Variations
Color information
#81FC4C (or 0x81FC4C) is known color: Screamin' Green. HEX triplet: 81, FC and 4C. RGB value is (129,252,76). Sum of RGB (Red+Green+Blue) = 129+252+76=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 252 (98.83% from 255 or 55.14% from 457); Blue value is 76 (30.08% from 255 or 16.63% from 457); Max value from RGB is 252 - color contains mainly: green. Hex color #81FC4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81FC4C is #7E03B3. Grayscale: #C3C3C3. Windows color (decimal): -8258484 or 5045377. OLE color: 5045377.
HSL color Cylindrical-coordinate representation of color #81FC4C: hue angle of 101.93º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81FC4C is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 252 | 76 | - |
| CMYK | 0.49 | 0 | 0.70 | 0.01 |
| HSL | 101.93º | 0.97% | 0.64% | - |
| HSV(B) | 101.93º | 0.7% | 0.99% | - |
| XYZ | 45.17 | 74.81 | 18.9 | - |
| YUV | 195.16 | 60.75 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 252 | 76 | 0.49 | 0 | 0.70 | 0.01 | 101.93 | 0.97 | 0.64 |
| Hex | 81 | FC | 4C | 31 | 0 | 46 | 1 | 66 | 61 | 40 |
| Octal | 201 | 374 | 114 | 61 | 0 | 106 | 1 | 146 | 141 | 100 |
| Binary | 10000001 | 11111100 | 1001100 | 110001 | 0 | 1000110 | 1 | 1100110 | 1100001 | 1000000 |
Color Harmonies of #81FC4C
Complementary color
Monochromatic Colors of #81FC4C
Black with #81FC4C
Text Example
Text Example
White with #81FC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FC4C; }
p { color: rgb(129,252,76); }
H1.HeaderClassName
{
color: #81FC4C;
}
.AnyTagClassName
{
color: #81FC4C;
}
</style>
background-color css
<style>
a { background-color: #81FC4C; }
a { background-color: rgb(129,252,76); }
div.DivClassName
{
background-color: #81FC4C;
}
.BgClassName
{
background-color: #81FC4C;
}
</style>
border-color css
<style>
span { border-color: #81FC4C; }
span { border-color: rgb(129,252,76); }
td.TdClassName
{
border-color: #81FC4C;
}
.TagClassName
{
border-color: #81FC4C;
}
</style>