Shades of Screamin' Green #61F965
Tints of Screamin' Green #61F965
RGB
CMYK
RGB Variations
Color information
#61F965 (or 0x61F965) is known color: Screamin' Green. HEX triplet: 61, F9 and 65. RGB value is (97,249,101). Sum of RGB (Red+Green+Blue) = 97+249+101=447 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.70% from 447); Green value is 249 (97.66% from 255 or 55.70% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 249 - color contains mainly: green. Hex color #61F965 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61F965 is #9E069A. Grayscale: #BBBBBB. Windows color (decimal): -10356379 or 6682977. OLE color: 6682977.
HSL color Cylindrical-coordinate representation of color #61F965: hue angle of 121.58º degrees, saturation: 0.93, 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 #61F965 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 249 | 101 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.02 |
| HSL | 121.58º | 0.93% | 0.68% | - |
| HSV(B) | 121.58º | 0.61% | 0.98% | - |
| XYZ | 41.15 | 71.23 | 23.89 | - |
| YUV | 186.68 | 79.64 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 249 | 101 | 0.61 | 0 | 0.59 | 0.02 | 121.58 | 0.93 | 0.68 |
| Hex | 61 | F9 | 65 | 3D | 0 | 3B | 2 | 7A | 5D | 44 |
| Octal | 141 | 371 | 145 | 75 | 0 | 73 | 2 | 172 | 135 | 104 |
| Binary | 1100001 | 11111001 | 1100101 | 111101 | 0 | 111011 | 10 | 1111010 | 1011101 | 1000100 |
Color Harmonies of #61F965
Complementary color
Monochromatic Colors of #61F965
Black with #61F965
Text Example
Text Example
White with #61F965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F965; }
p { color: rgb(97,249,101); }
H1.HeaderClassName
{
color: #61F965;
}
.AnyTagClassName
{
color: #61F965;
}
</style>
background-color css
<style>
a { background-color: #61F965; }
a { background-color: rgb(97,249,101); }
div.DivClassName
{
background-color: #61F965;
}
.BgClassName
{
background-color: #61F965;
}
</style>
border-color css
<style>
span { border-color: #61F965; }
span { border-color: rgb(97,249,101); }
td.TdClassName
{
border-color: #61F965;
}
.TagClassName
{
border-color: #61F965;
}
</style>