Shades of Screamin' Green #61FB61
Tints of Screamin' Green #61FB61
RGB
CMYK
RGB Variations
Color information
#61FB61 (or 0x61FB61) is known color: Screamin' Green. HEX triplet: 61, FB and 61. RGB value is (97,251,97). Sum of RGB (Red+Green+Blue) = 97+251+97=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 251 (98.44% from 255 or 56.40% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 251 - color contains mainly: green. Hex color #61FB61 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61FB61 is #9E049E. Grayscale: #BBBBBB. Windows color (decimal): -10355871 or 6421345. OLE color: 6421345.
HSL color Cylindrical-coordinate representation of color #61FB61: hue angle of 120º 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 #61FB61 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 251 | 97 | - |
| CMYK | 0.61 | 0 | 0.61 | 0.02 |
| HSL | 120º | 0.95% | 0.68% | - |
| HSV(B) | 120º | 0.61% | 0.98% | - |
| XYZ | 41.58 | 72.4 | 23.09 | - |
| YUV | 187.4 | 76.98 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 251 | 97 | 0.61 | 0 | 0.61 | 0.02 | 120 | 0.95 | 0.68 |
| Hex | 61 | FB | 61 | 3D | 0 | 3D | 2 | 78 | 5F | 44 |
| Octal | 141 | 373 | 141 | 75 | 0 | 75 | 2 | 170 | 137 | 104 |
| Binary | 1100001 | 11111011 | 1100001 | 111101 | 0 | 111101 | 10 | 1111000 | 1011111 | 1000100 |
Color Harmonies of #61FB61
Complementary color
Monochromatic Colors of #61FB61
Black with #61FB61
Text Example
Text Example
White with #61FB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FB61; }
p { color: rgb(97,251,97); }
H1.HeaderClassName
{
color: #61FB61;
}
.AnyTagClassName
{
color: #61FB61;
}
</style>
background-color css
<style>
a { background-color: #61FB61; }
a { background-color: rgb(97,251,97); }
div.DivClassName
{
background-color: #61FB61;
}
.BgClassName
{
background-color: #61FB61;
}
</style>
border-color css
<style>
span { border-color: #61FB61; }
span { border-color: rgb(97,251,97); }
td.TdClassName
{
border-color: #61FB61;
}
.TagClassName
{
border-color: #61FB61;
}
</style>