Shades of Screamin' Green #61FF5E
Tints of Screamin' Green #61FF5E
RGB
CMYK
RGB Variations
Color information
#61FF5E (or 0x61FF5E) is known color: Screamin' Green. HEX triplet: 61, FF and 5E. RGB value is (97,255,94). Sum of RGB (Red+Green+Blue) = 97+255+94=446 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.75% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #61FF5E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61FF5E is #9E00A1. Grayscale: #BDBDBD. Windows color (decimal): -10354850 or 6225761. OLE color: 6225761.
HSL color Cylindrical-coordinate representation of color #61FF5E: hue angle of 118.88º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #61FF5E is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 94 | - |
| CMYK | 0.62 | 0 | 0.63 | 0 |
| HSL | 118.88º | 1% | 0.68% | - |
| HSV(B) | 118.88º | 0.63% | 1% | - |
| XYZ | 42.71 | 74.87 | 22.79 | - |
| YUV | 189.4 | 74.15 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 94 | 0.62 | 0 | 0.63 | 0 | 118.88 | 1 | 0.68 |
| Hex | 61 | FF | 5E | 3E | 0 | 3F | 0 | 77 | 64 | 44 |
| Octal | 141 | 377 | 136 | 76 | 0 | 77 | 0 | 167 | 144 | 104 |
| Binary | 1100001 | 11111111 | 1011110 | 111110 | 0 | 111111 | 0 | 1110111 | 1100100 | 1000100 |
Color Harmonies of #61FF5E
Complementary color
Monochromatic Colors of #61FF5E
Black with #61FF5E
Text Example
Text Example
White with #61FF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FF5E; }
p { color: rgb(97,255,94); }
H1.HeaderClassName
{
color: #61FF5E;
}
.AnyTagClassName
{
color: #61FF5E;
}
</style>
background-color css
<style>
a { background-color: #61FF5E; }
a { background-color: rgb(97,255,94); }
div.DivClassName
{
background-color: #61FF5E;
}
.BgClassName
{
background-color: #61FF5E;
}
</style>
border-color css
<style>
span { border-color: #61FF5E; }
span { border-color: rgb(97,255,94); }
td.TdClassName
{
border-color: #61FF5E;
}
.TagClassName
{
border-color: #61FF5E;
}
</style>