Shades of Screamin' Green #61F868
Tints of Screamin' Green #61F868
RGB
CMYK
RGB Variations
Color information
#61F868 (or 0x61F868) is known color: Screamin' Green. HEX triplet: 61, F8 and 68. RGB value is (97,248,104). Sum of RGB (Red+Green+Blue) = 97+248+104=449 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.60% from 449); Green value is 248 (97.27% from 255 or 55.23% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 248 - color contains mainly: green. Hex color #61F868 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61F868 is #9E0797. Grayscale: #BABABA. Windows color (decimal): -10356632 or 6879329. OLE color: 6879329.
HSL color Cylindrical-coordinate representation of color #61F868: hue angle of 122.78º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F868 is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 248 | 104 | - |
| CMYK | 0.61 | 0 | 0.58 | 0.03 |
| HSL | 122.78º | 0.92% | 0.68% | - |
| HSV(B) | 122.78º | 0.61% | 0.97% | - |
| XYZ | 41 | 70.68 | 24.58 | - |
| YUV | 186.44 | 81.47 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 248 | 104 | 0.61 | 0 | 0.58 | 0.03 | 122.78 | 0.92 | 0.68 |
| Hex | 61 | F8 | 68 | 3D | 0 | 3A | 3 | 7B | 5C | 44 |
| Octal | 141 | 370 | 150 | 75 | 0 | 72 | 3 | 173 | 134 | 104 |
| Binary | 1100001 | 11111000 | 1101000 | 111101 | 0 | 111010 | 11 | 1111011 | 1011100 | 1000100 |
Color Harmonies of #61F868
Complementary color
Monochromatic Colors of #61F868
Black with #61F868
Text Example
Text Example
White with #61F868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F868; }
p { color: rgb(97,248,104); }
H1.HeaderClassName
{
color: #61F868;
}
.AnyTagClassName
{
color: #61F868;
}
</style>
background-color css
<style>
a { background-color: #61F868; }
a { background-color: rgb(97,248,104); }
div.DivClassName
{
background-color: #61F868;
}
.BgClassName
{
background-color: #61F868;
}
</style>
border-color css
<style>
span { border-color: #61F868; }
span { border-color: rgb(97,248,104); }
td.TdClassName
{
border-color: #61F868;
}
.TagClassName
{
border-color: #61F868;
}
</style>