Shades of Screamin' Green #61F770
Tints of Screamin' Green #61F770
RGB
CMYK
RGB Variations
Color information
#61F770 (or 0x61F770) is known color: Screamin' Green. HEX triplet: 61, F7 and 70. RGB value is (97,247,112). Sum of RGB (Red+Green+Blue) = 97+247+112=456 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.27% from 456); Green value is 247 (96.88% from 255 or 54.17% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 247 - color contains mainly: green. Hex color #61F770 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61F770 is #9E088F. Grayscale: #BBBBBB. Windows color (decimal): -10356880 or 7403361. OLE color: 7403361.
HSL color Cylindrical-coordinate representation of color #61F770: hue angle of 126º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F770 is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 247 | 112 | - |
| CMYK | 0.61 | 0 | 0.55 | 0.03 |
| HSL | 126º | 0.9% | 0.67% | - |
| HSV(B) | 126º | 0.61% | 0.97% | - |
| XYZ | 41.12 | 70.23 | 26.72 | - |
| YUV | 186.76 | 85.81 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 247 | 112 | 0.61 | 0 | 0.55 | 0.03 | 126 | 0.9 | 0.67 |
| Hex | 61 | F7 | 70 | 3D | 0 | 37 | 3 | 7E | 5A | 43 |
| Octal | 141 | 367 | 160 | 75 | 0 | 67 | 3 | 176 | 132 | 103 |
| Binary | 1100001 | 11110111 | 1110000 | 111101 | 0 | 110111 | 11 | 1111110 | 1011010 | 1000011 |
Color Harmonies of #61F770
Complementary color
Monochromatic Colors of #61F770
Black with #61F770
Text Example
Text Example
White with #61F770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F770; }
p { color: rgb(97,247,112); }
H1.HeaderClassName
{
color: #61F770;
}
.AnyTagClassName
{
color: #61F770;
}
</style>
background-color css
<style>
a { background-color: #61F770; }
a { background-color: rgb(97,247,112); }
div.DivClassName
{
background-color: #61F770;
}
.BgClassName
{
background-color: #61F770;
}
</style>
border-color css
<style>
span { border-color: #61F770; }
span { border-color: rgb(97,247,112); }
td.TdClassName
{
border-color: #61F770;
}
.TagClassName
{
border-color: #61F770;
}
</style>