Shades of Screamin' Green #81F752
Tints of Screamin' Green #81F752
RGB
CMYK
RGB Variations
Color information
#81F752 (or 0x81F752) is known color: Screamin' Green. HEX triplet: 81, F7 and 52. RGB value is (129,247,82). Sum of RGB (Red+Green+Blue) = 129+247+82=458 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.17% from 458); Green value is 247 (96.88% from 255 or 53.93% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 247 - color contains mainly: green. Hex color #81F752 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F752 is #7E08AD. Grayscale: #C1C1C1. Windows color (decimal): -8259758 or 5437313. OLE color: 5437313.
HSL color Cylindrical-coordinate representation of color #81F752: hue angle of 102.91º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81F752 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 247 | 82 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.03 |
| HSL | 102.91º | 0.91% | 0.65% | - |
| HSV(B) | 102.91º | 0.67% | 0.97% | - |
| XYZ | 43.84 | 71.8 | 19.53 | - |
| YUV | 192.91 | 65.41 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 247 | 82 | 0.48 | 0 | 0.67 | 0.03 | 102.91 | 0.91 | 0.65 |
| Hex | 81 | F7 | 52 | 30 | 0 | 43 | 3 | 67 | 5B | 41 |
| Octal | 201 | 367 | 122 | 60 | 0 | 103 | 3 | 147 | 133 | 101 |
| Binary | 10000001 | 11110111 | 1010010 | 110000 | 0 | 1000011 | 11 | 1100111 | 1011011 | 1000001 |
Color Harmonies of #81F752
Complementary color
Monochromatic Colors of #81F752
Black with #81F752
Text Example
Text Example
White with #81F752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F752; }
p { color: rgb(129,247,82); }
H1.HeaderClassName
{
color: #81F752;
}
.AnyTagClassName
{
color: #81F752;
}
</style>
background-color css
<style>
a { background-color: #81F752; }
a { background-color: rgb(129,247,82); }
div.DivClassName
{
background-color: #81F752;
}
.BgClassName
{
background-color: #81F752;
}
</style>
border-color css
<style>
span { border-color: #81F752; }
span { border-color: rgb(129,247,82); }
td.TdClassName
{
border-color: #81F752;
}
.TagClassName
{
border-color: #81F752;
}
</style>