Shades of Screamin' Green #61F78D
Tints of Screamin' Green #61F78D
RGB
CMYK
RGB Variations
Color information
#61F78D (or 0x61F78D) is known color: Screamin' Green. HEX triplet: 61, F7 and 8D. RGB value is (97,247,141). Sum of RGB (Red+Green+Blue) = 97+247+141=485 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #61F78D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F78D is #9E0872. Grayscale: #BEBEBE. Windows color (decimal): -10356851 or 9303905. OLE color: 9303905.
HSL color Cylindrical-coordinate representation of color #61F78D: hue angle of 137.6º 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 #61F78D is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 247 | 141 | - |
| CMYK | 0.61 | 0 | 0.43 | 0.03 |
| HSL | 137.6º | 0.9% | 0.67% | - |
| HSV(B) | 137.6º | 0.61% | 0.97% | - |
| XYZ | 43 | 70.99 | 36.63 | - |
| YUV | 190.07 | 100.31 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 247 | 141 | 0.61 | 0 | 0.43 | 0.03 | 137.6 | 0.9 | 0.67 |
| Hex | 61 | F7 | 8D | 3D | 0 | 2B | 3 | 8A | 5A | 43 |
| Octal | 141 | 367 | 215 | 75 | 0 | 53 | 3 | 212 | 132 | 103 |
| Binary | 1100001 | 11110111 | 10001101 | 111101 | 0 | 101011 | 11 | 10001010 | 1011010 | 1000011 |
Color Harmonies of #61F78D
Complementary color
Monochromatic Colors of #61F78D
Black with #61F78D
Text Example
Text Example
White with #61F78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F78D; }
p { color: rgb(97,247,141); }
H1.HeaderClassName
{
color: #61F78D;
}
.AnyTagClassName
{
color: #61F78D;
}
</style>
background-color css
<style>
a { background-color: #61F78D; }
a { background-color: rgb(97,247,141); }
div.DivClassName
{
background-color: #61F78D;
}
.BgClassName
{
background-color: #61F78D;
}
</style>
border-color css
<style>
span { border-color: #61F78D; }
span { border-color: rgb(97,247,141); }
td.TdClassName
{
border-color: #61F78D;
}
.TagClassName
{
border-color: #61F78D;
}
</style>