Shades of Screamin' Green #61FA8D
Tints of Screamin' Green #61FA8D
RGB
CMYK
RGB Variations
Color information
#61FA8D (or 0x61FA8D) is known color: Screamin' Green. HEX triplet: 61, FA and 8D. RGB value is (97,250,141). Sum of RGB (Red+Green+Blue) = 97+250+141=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #61FA8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FA8D is #9E0572. Grayscale: #C0C0C0. Windows color (decimal): -10356083 or 9304673. OLE color: 9304673.
HSL color Cylindrical-coordinate representation of color #61FA8D: hue angle of 137.25º degrees, saturation: 0.94, 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 #61FA8D is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 250 | 141 | - |
| CMYK | 0.61 | 0 | 0.44 | 0.02 |
| HSL | 137.25º | 0.94% | 0.68% | - |
| HSV(B) | 137.25º | 0.61% | 0.98% | - |
| XYZ | 43.92 | 72.84 | 36.94 | - |
| YUV | 191.83 | 99.31 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 250 | 141 | 0.61 | 0 | 0.44 | 0.02 | 137.25 | 0.94 | 0.68 |
| Hex | 61 | FA | 8D | 3D | 0 | 2C | 2 | 89 | 5E | 44 |
| Octal | 141 | 372 | 215 | 75 | 0 | 54 | 2 | 211 | 136 | 104 |
| Binary | 1100001 | 11111010 | 10001101 | 111101 | 0 | 101100 | 10 | 10001001 | 1011110 | 1000100 |
Color Harmonies of #61FA8D
Complementary color
Monochromatic Colors of #61FA8D
Black with #61FA8D
Text Example
Text Example
White with #61FA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FA8D; }
p { color: rgb(97,250,141); }
H1.HeaderClassName
{
color: #61FA8D;
}
.AnyTagClassName
{
color: #61FA8D;
}
</style>
background-color css
<style>
a { background-color: #61FA8D; }
a { background-color: rgb(97,250,141); }
div.DivClassName
{
background-color: #61FA8D;
}
.BgClassName
{
background-color: #61FA8D;
}
</style>
border-color css
<style>
span { border-color: #61FA8D; }
span { border-color: rgb(97,250,141); }
td.TdClassName
{
border-color: #61FA8D;
}
.TagClassName
{
border-color: #61FA8D;
}
</style>