Shades of Screamin' Green #61F666
Tints of Screamin' Green #61F666
RGB
CMYK
RGB Variations
Color information
#61F666 (or 0x61F666) is known color: Screamin' Green. HEX triplet: 61, F6 and 66. RGB value is (97,246,102). Sum of RGB (Red+Green+Blue) = 97+246+102=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 246 (96.48% from 255 or 55.28% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 246 - color contains mainly: green. Hex color #61F666 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61F666 is #9E0999. Grayscale: #B9B9B9. Windows color (decimal): -10357146 or 6747745. OLE color: 6747745.
HSL color Cylindrical-coordinate representation of color #61F666: hue angle of 122.01º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F666 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 246 | 102 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.04 |
| HSL | 122.01º | 0.89% | 0.67% | - |
| HSV(B) | 122.01º | 0.61% | 0.96% | - |
| XYZ | 40.28 | 69.41 | 23.85 | - |
| YUV | 185.03 | 81.14 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 246 | 102 | 0.61 | 0 | 0.59 | 0.04 | 122.01 | 0.89 | 0.67 |
| Hex | 61 | F6 | 66 | 3D | 0 | 3B | 4 | 7A | 59 | 43 |
| Octal | 141 | 366 | 146 | 75 | 0 | 73 | 4 | 172 | 131 | 103 |
| Binary | 1100001 | 11110110 | 1100110 | 111101 | 0 | 111011 | 100 | 1111010 | 1011001 | 1000011 |
Color Harmonies of #61F666
Complementary color
Monochromatic Colors of #61F666
Black with #61F666
Text Example
Text Example
White with #61F666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F666; }
p { color: rgb(97,246,102); }
H1.HeaderClassName
{
color: #61F666;
}
.AnyTagClassName
{
color: #61F666;
}
</style>
background-color css
<style>
a { background-color: #61F666; }
a { background-color: rgb(97,246,102); }
div.DivClassName
{
background-color: #61F666;
}
.BgClassName
{
background-color: #61F666;
}
</style>
border-color css
<style>
span { border-color: #61F666; }
span { border-color: rgb(97,246,102); }
td.TdClassName
{
border-color: #61F666;
}
.TagClassName
{
border-color: #61F666;
}
</style>