Shades of Screamin' Green #81FA52
Tints of Screamin' Green #81FA52
RGB
CMYK
RGB Variations
Color information
#81FA52 (or 0x81FA52) is known color: Screamin' Green. HEX triplet: 81, FA and 52. RGB value is (129,250,82). Sum of RGB (Red+Green+Blue) = 129+250+82=461 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.98% from 461); Green value is 250 (98.05% from 255 or 54.23% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 250 - color contains mainly: green. Hex color #81FA52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81FA52 is #7E05AD. Grayscale: #C3C3C3. Windows color (decimal): -8258990 or 5438081. OLE color: 5438081.
HSL color Cylindrical-coordinate representation of color #81FA52: hue angle of 103.21º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81FA52 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 250 | 82 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.02 |
| HSL | 103.21º | 0.94% | 0.65% | - |
| HSV(B) | 103.21º | 0.67% | 0.98% | - |
| XYZ | 44.76 | 73.65 | 19.84 | - |
| YUV | 194.67 | 64.41 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 250 | 82 | 0.48 | 0 | 0.67 | 0.02 | 103.21 | 0.94 | 0.65 |
| Hex | 81 | FA | 52 | 30 | 0 | 43 | 2 | 67 | 5E | 41 |
| Octal | 201 | 372 | 122 | 60 | 0 | 103 | 2 | 147 | 136 | 101 |
| Binary | 10000001 | 11111010 | 1010010 | 110000 | 0 | 1000011 | 10 | 1100111 | 1011110 | 1000001 |
Color Harmonies of #81FA52
Complementary color
Monochromatic Colors of #81FA52
Black with #81FA52
Text Example
Text Example
White with #81FA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FA52; }
p { color: rgb(129,250,82); }
H1.HeaderClassName
{
color: #81FA52;
}
.AnyTagClassName
{
color: #81FA52;
}
</style>
background-color css
<style>
a { background-color: #81FA52; }
a { background-color: rgb(129,250,82); }
div.DivClassName
{
background-color: #81FA52;
}
.BgClassName
{
background-color: #81FA52;
}
</style>
border-color css
<style>
span { border-color: #81FA52; }
span { border-color: rgb(129,250,82); }
td.TdClassName
{
border-color: #81FA52;
}
.TagClassName
{
border-color: #81FA52;
}
</style>