Shades of Screamin' Green #81FE52
Tints of Screamin' Green #81FE52
RGB
CMYK
RGB Variations
Color information
#81FE52 (or 0x81FE52) is known color: Screamin' Green. HEX triplet: 81, FE and 52. RGB value is (129,254,82). Sum of RGB (Red+Green+Blue) = 129+254+82=465 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.74% from 465); Green value is 254 (99.61% from 255 or 54.62% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 254 - color contains mainly: green. Hex color #81FE52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81FE52 is #7E01AD. Grayscale: #C5C5C5. Windows color (decimal): -8257966 or 5439105. OLE color: 5439105.
HSL color Cylindrical-coordinate representation of color #81FE52: hue angle of 103.6º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #81FE52 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 254 | 82 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.00 |
| HSL | 103.6º | 0.99% | 0.66% | - |
| HSV(B) | 103.6º | 0.68% | 1% | - |
| XYZ | 46.02 | 76.16 | 20.26 | - |
| YUV | 197.02 | 63.09 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 254 | 82 | 0.49 | 0 | 0.68 | 0.00 | 103.6 | 0.99 | 0.66 |
| Hex | 81 | FE | 52 | 31 | 0 | 44 | 0 | 68 | 63 | 42 |
| Octal | 201 | 376 | 122 | 61 | 0 | 104 | 0 | 150 | 143 | 102 |
| Binary | 10000001 | 11111110 | 1010010 | 110001 | 0 | 1000100 | 0 | 1101000 | 1100011 | 1000010 |
Color Harmonies of #81FE52
Complementary color
Monochromatic Colors of #81FE52
Black with #81FE52
Text Example
Text Example
White with #81FE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FE52; }
p { color: rgb(129,254,82); }
H1.HeaderClassName
{
color: #81FE52;
}
.AnyTagClassName
{
color: #81FE52;
}
</style>
background-color css
<style>
a { background-color: #81FE52; }
a { background-color: rgb(129,254,82); }
div.DivClassName
{
background-color: #81FE52;
}
.BgClassName
{
background-color: #81FE52;
}
</style>
border-color css
<style>
span { border-color: #81FE52; }
span { border-color: rgb(129,254,82); }
td.TdClassName
{
border-color: #81FE52;
}
.TagClassName
{
border-color: #81FE52;
}
</style>