Shades of Screamin' Green #61FE49
Tints of Screamin' Green #61FE49
RGB
CMYK
RGB Variations
Color information
#61FE49 (or 0x61FE49) is known color: Screamin' Green. HEX triplet: 61, FE and 49. RGB value is (97,254,73). Sum of RGB (Red+Green+Blue) = 97+254+73=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 254 (99.61% from 255 or 59.91% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 254 - color contains mainly: green. Hex color #61FE49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61FE49 is #9E01B6. Grayscale: #BABABA. Windows color (decimal): -10355127 or 4849249. OLE color: 4849249.
HSL color Cylindrical-coordinate representation of color #61FE49: hue angle of 112.04º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61FE49 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 254 | 73 | - |
| CMYK | 0.62 | 0 | 0.71 | 0.00 |
| HSL | 112.04º | 0.99% | 0.64% | - |
| HSV(B) | 112.04º | 0.71% | 1% | - |
| XYZ | 41.57 | 73.91 | 18.38 | - |
| YUV | 186.42 | 63.99 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 254 | 73 | 0.62 | 0 | 0.71 | 0.00 | 112.04 | 0.99 | 0.64 |
| Hex | 61 | FE | 49 | 3E | 0 | 47 | 0 | 70 | 63 | 40 |
| Octal | 141 | 376 | 111 | 76 | 0 | 107 | 0 | 160 | 143 | 100 |
| Binary | 1100001 | 11111110 | 1001001 | 111110 | 0 | 1000111 | 0 | 1110000 | 1100011 | 1000000 |
Color Harmonies of #61FE49
Complementary color
Monochromatic Colors of #61FE49
Black with #61FE49
Text Example
Text Example
White with #61FE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FE49; }
p { color: rgb(97,254,73); }
H1.HeaderClassName
{
color: #61FE49;
}
.AnyTagClassName
{
color: #61FE49;
}
</style>
background-color css
<style>
a { background-color: #61FE49; }
a { background-color: rgb(97,254,73); }
div.DivClassName
{
background-color: #61FE49;
}
.BgClassName
{
background-color: #61FE49;
}
</style>
border-color css
<style>
span { border-color: #61FE49; }
span { border-color: rgb(97,254,73); }
td.TdClassName
{
border-color: #61FE49;
}
.TagClassName
{
border-color: #61FE49;
}
</style>