Shades of Screamin' Green #61F565
Tints of Screamin' Green #61F565
RGB
CMYK
RGB Variations
Color information
#61F565 (or 0x61F565) is known color: Screamin' Green. HEX triplet: 61, F5 and 65. RGB value is (97,245,101). Sum of RGB (Red+Green+Blue) = 97+245+101=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 245 (96.09% from 255 or 55.30% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 245 - color contains mainly: green. Hex color #61F565 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61F565 is #9E0A9A. Grayscale: #B8B8B8. Windows color (decimal): -10357403 or 6681953. OLE color: 6681953.
HSL color Cylindrical-coordinate representation of color #61F565: hue angle of 121.62º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F565 is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 245 | 101 | - |
| CMYK | 0.60 | 0 | 0.59 | 0.04 |
| HSL | 121.62º | 0.88% | 0.67% | - |
| HSV(B) | 121.62º | 0.6% | 0.96% | - |
| XYZ | 39.93 | 68.79 | 23.48 | - |
| YUV | 184.33 | 80.97 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 245 | 101 | 0.60 | 0 | 0.59 | 0.04 | 121.62 | 0.88 | 0.67 |
| Hex | 61 | F5 | 65 | 3C | 0 | 3B | 4 | 7A | 58 | 43 |
| Octal | 141 | 365 | 145 | 74 | 0 | 73 | 4 | 172 | 130 | 103 |
| Binary | 1100001 | 11110101 | 1100101 | 111100 | 0 | 111011 | 100 | 1111010 | 1011000 | 1000011 |
Color Harmonies of #61F565
Complementary color
Monochromatic Colors of #61F565
Black with #61F565
Text Example
Text Example
White with #61F565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F565; }
p { color: rgb(97,245,101); }
H1.HeaderClassName
{
color: #61F565;
}
.AnyTagClassName
{
color: #61F565;
}
</style>
background-color css
<style>
a { background-color: #61F565; }
a { background-color: rgb(97,245,101); }
div.DivClassName
{
background-color: #61F565;
}
.BgClassName
{
background-color: #61F565;
}
</style>
border-color css
<style>
span { border-color: #61F565; }
span { border-color: rgb(97,245,101); }
td.TdClassName
{
border-color: #61F565;
}
.TagClassName
{
border-color: #61F565;
}
</style>