Shades of Screamin' Green #81FB61
Tints of Screamin' Green #81FB61
RGB
CMYK
RGB Variations
Color information
#81FB61 (or 0x81FB61) is known color: Screamin' Green. HEX triplet: 81, FB and 61. RGB value is (129,251,97). Sum of RGB (Red+Green+Blue) = 129+251+97=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 251 (98.44% from 255 or 52.62% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 251 - color contains mainly: green. Hex color #81FB61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81FB61 is #7E049E. Grayscale: #C5C5C5. Windows color (decimal): -8258719 or 6421377. OLE color: 6421377.
HSL color Cylindrical-coordinate representation of color #81FB61: hue angle of 107.53º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #81FB61 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 251 | 97 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.02 |
| HSL | 107.53º | 0.95% | 0.68% | - |
| HSV(B) | 107.53º | 0.61% | 0.98% | - |
| XYZ | 45.71 | 74.52 | 23.28 | - |
| YUV | 196.97 | 71.58 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 251 | 97 | 0.49 | 0 | 0.61 | 0.02 | 107.53 | 0.95 | 0.68 |
| Hex | 81 | FB | 61 | 31 | 0 | 3D | 2 | 6C | 5F | 44 |
| Octal | 201 | 373 | 141 | 61 | 0 | 75 | 2 | 154 | 137 | 104 |
| Binary | 10000001 | 11111011 | 1100001 | 110001 | 0 | 111101 | 10 | 1101100 | 1011111 | 1000100 |
Color Harmonies of #81FB61
Complementary color
Monochromatic Colors of #81FB61
Black with #81FB61
Text Example
Text Example
White with #81FB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FB61; }
p { color: rgb(129,251,97); }
H1.HeaderClassName
{
color: #81FB61;
}
.AnyTagClassName
{
color: #81FB61;
}
</style>
background-color css
<style>
a { background-color: #81FB61; }
a { background-color: rgb(129,251,97); }
div.DivClassName
{
background-color: #81FB61;
}
.BgClassName
{
background-color: #81FB61;
}
</style>
border-color css
<style>
span { border-color: #81FB61; }
span { border-color: rgb(129,251,97); }
td.TdClassName
{
border-color: #81FB61;
}
.TagClassName
{
border-color: #81FB61;
}
</style>