Shades of Screamin' Green #61FA5E
Tints of Screamin' Green #61FA5E
RGB
CMYK
RGB Variations
Color information
#61FA5E (or 0x61FA5E) is known color: Screamin' Green. HEX triplet: 61, FA and 5E. RGB value is (97,250,94). Sum of RGB (Red+Green+Blue) = 97+250+94=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 250 (98.05% from 255 or 56.69% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 250 - color contains mainly: green. Hex color #61FA5E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61FA5E is #9E05A1. Grayscale: #BABABA. Windows color (decimal): -10356130 or 6224481. OLE color: 6224481.
HSL color Cylindrical-coordinate representation of color #61FA5E: hue angle of 118.85º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FA5E is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 250 | 94 | - |
| CMYK | 0.61 | 0 | 0.62 | 0.02 |
| HSL | 118.85º | 0.94% | 0.67% | - |
| HSV(B) | 118.85º | 0.62% | 0.98% | - |
| XYZ | 41.14 | 71.72 | 22.27 | - |
| YUV | 186.47 | 75.81 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 250 | 94 | 0.61 | 0 | 0.62 | 0.02 | 118.85 | 0.94 | 0.67 |
| Hex | 61 | FA | 5E | 3D | 0 | 3E | 2 | 77 | 5E | 43 |
| Octal | 141 | 372 | 136 | 75 | 0 | 76 | 2 | 167 | 136 | 103 |
| Binary | 1100001 | 11111010 | 1011110 | 111101 | 0 | 111110 | 10 | 1110111 | 1011110 | 1000011 |
Color Harmonies of #61FA5E
Complementary color
Monochromatic Colors of #61FA5E
Black with #61FA5E
Text Example
Text Example
White with #61FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FA5E; }
p { color: rgb(97,250,94); }
H1.HeaderClassName
{
color: #61FA5E;
}
.AnyTagClassName
{
color: #61FA5E;
}
</style>
background-color css
<style>
a { background-color: #61FA5E; }
a { background-color: rgb(97,250,94); }
div.DivClassName
{
background-color: #61FA5E;
}
.BgClassName
{
background-color: #61FA5E;
}
</style>
border-color css
<style>
span { border-color: #61FA5E; }
span { border-color: rgb(97,250,94); }
td.TdClassName
{
border-color: #61FA5E;
}
.TagClassName
{
border-color: #61FA5E;
}
</style>