Shades of Screamin' Green #61F992
Tints of Screamin' Green #61F992
RGB
CMYK
RGB Variations
Color information
#61F992 (or 0x61F992) is known color: Screamin' Green. HEX triplet: 61, F9 and 92. RGB value is (97,249,146). Sum of RGB (Red+Green+Blue) = 97+249+146=492 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.72% from 492); Green value is 249 (97.66% from 255 or 50.61% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 249 - color contains mainly: green. Hex color #61F992 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F992 is #9E066D. Grayscale: #C0C0C0. Windows color (decimal): -10356334 or 9632097. OLE color: 9632097.
HSL color Cylindrical-coordinate representation of color #61F992: hue angle of 139.34º 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 #61F992 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 249 | 146 | - |
| CMYK | 0.61 | 0 | 0.41 | 0.02 |
| HSL | 139.34º | 0.93% | 0.68% | - |
| HSV(B) | 139.34º | 0.61% | 0.98% | - |
| XYZ | 43.99 | 72.37 | 38.84 | - |
| YUV | 191.81 | 102.14 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 249 | 146 | 0.61 | 0 | 0.41 | 0.02 | 139.34 | 0.93 | 0.68 |
| Hex | 61 | F9 | 92 | 3D | 0 | 29 | 2 | 8B | 5D | 44 |
| Octal | 141 | 371 | 222 | 75 | 0 | 51 | 2 | 213 | 135 | 104 |
| Binary | 1100001 | 11111001 | 10010010 | 111101 | 0 | 101001 | 10 | 10001011 | 1011101 | 1000100 |
Color Harmonies of #61F992
Complementary color
Monochromatic Colors of #61F992
Black with #61F992
Text Example
Text Example
White with #61F992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F992; }
p { color: rgb(97,249,146); }
H1.HeaderClassName
{
color: #61F992;
}
.AnyTagClassName
{
color: #61F992;
}
</style>
background-color css
<style>
a { background-color: #61F992; }
a { background-color: rgb(97,249,146); }
div.DivClassName
{
background-color: #61F992;
}
.BgClassName
{
background-color: #61F992;
}
</style>
border-color css
<style>
span { border-color: #61F992; }
span { border-color: rgb(97,249,146); }
td.TdClassName
{
border-color: #61F992;
}
.TagClassName
{
border-color: #61F992;
}
</style>