Shades of Screamin' Green #81FD4A
Tints of Screamin' Green #81FD4A
RGB
CMYK
RGB Variations
Color information
#81FD4A (or 0x81FD4A) is known color: Screamin' Green. HEX triplet: 81, FD and 4A. RGB value is (129,253,74). Sum of RGB (Red+Green+Blue) = 129+253+74=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 253 (99.22% from 255 or 55.48% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 253 - color contains mainly: green. Hex color #81FD4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81FD4A is #7E02B5. Grayscale: #C4C4C4. Windows color (decimal): -8258230 or 4914561. OLE color: 4914561.
HSL color Cylindrical-coordinate representation of color #81FD4A: hue angle of 101.56º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #81FD4A is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 253 | 74 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.01 |
| HSL | 101.56º | 0.98% | 0.64% | - |
| HSV(B) | 101.56º | 0.71% | 0.99% | - |
| XYZ | 45.41 | 75.41 | 18.64 | - |
| YUV | 195.52 | 59.42 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 253 | 74 | 0.49 | 0 | 0.71 | 0.01 | 101.56 | 0.98 | 0.64 |
| Hex | 81 | FD | 4A | 31 | 0 | 47 | 1 | 66 | 62 | 40 |
| Octal | 201 | 375 | 112 | 61 | 0 | 107 | 1 | 146 | 142 | 100 |
| Binary | 10000001 | 11111101 | 1001010 | 110001 | 0 | 1000111 | 1 | 1100110 | 1100010 | 1000000 |
Color Harmonies of #81FD4A
Complementary color
Monochromatic Colors of #81FD4A
Black with #81FD4A
Text Example
Text Example
White with #81FD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FD4A; }
p { color: rgb(129,253,74); }
H1.HeaderClassName
{
color: #81FD4A;
}
.AnyTagClassName
{
color: #81FD4A;
}
</style>
background-color css
<style>
a { background-color: #81FD4A; }
a { background-color: rgb(129,253,74); }
div.DivClassName
{
background-color: #81FD4A;
}
.BgClassName
{
background-color: #81FD4A;
}
</style>
border-color css
<style>
span { border-color: #81FD4A; }
span { border-color: rgb(129,253,74); }
td.TdClassName
{
border-color: #81FD4A;
}
.TagClassName
{
border-color: #81FD4A;
}
</style>