Shades of Screamin' Green #61FF80
Tints of Screamin' Green #61FF80
RGB
CMYK
RGB Variations
Color information
#61FF80 (or 0x61FF80) is known color: Screamin' Green. HEX triplet: 61, FF and 80. RGB value is (97,255,128). Sum of RGB (Red+Green+Blue) = 97+255+128=480 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.21% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #61FF80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FF80 is #9E007F. Grayscale: #C1C1C1. Windows color (decimal): -10354816 or 8453985. OLE color: 8453985.
HSL color Cylindrical-coordinate representation of color #61FF80: hue angle of 131.77º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FF80 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 128 | - |
| CMYK | 0.62 | 0 | 0.50 | 0 |
| HSL | 131.77º | 1% | 0.69% | - |
| HSV(B) | 131.77º | 0.62% | 1% | - |
| XYZ | 44.59 | 75.62 | 32.67 | - |
| YUV | 193.28 | 91.15 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 128 | 0.62 | 0 | 0.50 | 0 | 131.77 | 1 | 0.69 |
| Hex | 61 | FF | 80 | 3E | 0 | 32 | 0 | 84 | 64 | 45 |
| Octal | 141 | 377 | 200 | 76 | 0 | 62 | 0 | 204 | 144 | 105 |
| Binary | 1100001 | 11111111 | 10000000 | 111110 | 0 | 110010 | 0 | 10000100 | 1100100 | 1000101 |
Color Harmonies of #61FF80
Complementary color
Monochromatic Colors of #61FF80
Black with #61FF80
Text Example
Text Example
White with #61FF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FF80; }
p { color: rgb(97,255,128); }
H1.HeaderClassName
{
color: #61FF80;
}
.AnyTagClassName
{
color: #61FF80;
}
</style>
background-color css
<style>
a { background-color: #61FF80; }
a { background-color: rgb(97,255,128); }
div.DivClassName
{
background-color: #61FF80;
}
.BgClassName
{
background-color: #61FF80;
}
</style>
border-color css
<style>
span { border-color: #61FF80; }
span { border-color: rgb(97,255,128); }
td.TdClassName
{
border-color: #61FF80;
}
.TagClassName
{
border-color: #61FF80;
}
</style>