Shades of Screamin' Green #61FE65
Tints of Screamin' Green #61FE65
RGB
CMYK
RGB Variations
Color information
#61FE65 (or 0x61FE65) is known color: Screamin' Green. HEX triplet: 61, FE and 65. RGB value is (97,254,101). Sum of RGB (Red+Green+Blue) = 97+254+101=452 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.46% from 452); Green value is 254 (99.61% from 255 or 56.19% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 254 - color contains mainly: green. Hex color #61FE65 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61FE65 is #9E019A. Grayscale: #BEBEBE. Windows color (decimal): -10355099 or 6684257. OLE color: 6684257.
HSL color Cylindrical-coordinate representation of color #61FE65: hue angle of 121.53º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FE65 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 254 | 101 | - |
| CMYK | 0.62 | 0 | 0.60 | 0.00 |
| HSL | 121.53º | 0.99% | 0.69% | - |
| HSV(B) | 121.53º | 0.62% | 1% | - |
| XYZ | 42.72 | 74.36 | 24.41 | - |
| YUV | 189.62 | 77.99 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 254 | 101 | 0.62 | 0 | 0.60 | 0.00 | 121.53 | 0.99 | 0.69 |
| Hex | 61 | FE | 65 | 3E | 0 | 3C | 0 | 7A | 63 | 45 |
| Octal | 141 | 376 | 145 | 76 | 0 | 74 | 0 | 172 | 143 | 105 |
| Binary | 1100001 | 11111110 | 1100101 | 111110 | 0 | 111100 | 0 | 1111010 | 1100011 | 1000101 |
Color Harmonies of #61FE65
Complementary color
Monochromatic Colors of #61FE65
Black with #61FE65
Text Example
Text Example
White with #61FE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FE65; }
p { color: rgb(97,254,101); }
H1.HeaderClassName
{
color: #61FE65;
}
.AnyTagClassName
{
color: #61FE65;
}
</style>
background-color css
<style>
a { background-color: #61FE65; }
a { background-color: rgb(97,254,101); }
div.DivClassName
{
background-color: #61FE65;
}
.BgClassName
{
background-color: #61FE65;
}
</style>
border-color css
<style>
span { border-color: #61FE65; }
span { border-color: rgb(97,254,101); }
td.TdClassName
{
border-color: #61FE65;
}
.TagClassName
{
border-color: #61FE65;
}
</style>