Shades of Screamin' Green #61FE7A
Tints of Screamin' Green #61FE7A
RGB
CMYK
RGB Variations
Color information
#61FE7A (or 0x61FE7A) is known color: Screamin' Green. HEX triplet: 61, FE and 7A. RGB value is (97,254,122). Sum of RGB (Red+Green+Blue) = 97+254+122=473 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.51% from 473); Green value is 254 (99.61% from 255 or 53.70% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 254 - color contains mainly: green. Hex color #61FE7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61FE7A is #9E0185. Grayscale: #C0C0C0. Windows color (decimal): -10355078 or 8060513. OLE color: 8060513.
HSL color Cylindrical-coordinate representation of color #61FE7A: hue angle of 129.55º 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 #61FE7A is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 254 | 122 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.00 |
| HSL | 129.55º | 0.99% | 0.69% | - |
| HSV(B) | 129.55º | 0.62% | 1% | - |
| XYZ | 43.88 | 74.83 | 30.54 | - |
| YUV | 192.01 | 88.49 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 254 | 122 | 0.62 | 0 | 0.52 | 0.00 | 129.55 | 0.99 | 0.69 |
| Hex | 61 | FE | 7A | 3E | 0 | 34 | 0 | 82 | 63 | 45 |
| Octal | 141 | 376 | 172 | 76 | 0 | 64 | 0 | 202 | 143 | 105 |
| Binary | 1100001 | 11111110 | 1111010 | 111110 | 0 | 110100 | 0 | 10000010 | 1100011 | 1000101 |
Color Harmonies of #61FE7A
Complementary color
Monochromatic Colors of #61FE7A
Black with #61FE7A
Text Example
Text Example
White with #61FE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FE7A; }
p { color: rgb(97,254,122); }
H1.HeaderClassName
{
color: #61FE7A;
}
.AnyTagClassName
{
color: #61FE7A;
}
</style>
background-color css
<style>
a { background-color: #61FE7A; }
a { background-color: rgb(97,254,122); }
div.DivClassName
{
background-color: #61FE7A;
}
.BgClassName
{
background-color: #61FE7A;
}
</style>
border-color css
<style>
span { border-color: #61FE7A; }
span { border-color: rgb(97,254,122); }
td.TdClassName
{
border-color: #61FE7A;
}
.TagClassName
{
border-color: #61FE7A;
}
</style>