Shades of Screamin' Green #61EC73
Tints of Screamin' Green #61EC73
RGB
CMYK
RGB Variations
Color information
#61EC73 (or 0x61EC73) is known color: Screamin' Green. HEX triplet: 61, EC and 73. RGB value is (97,236,115). Sum of RGB (Red+Green+Blue) = 97+236+115=448 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.65% from 448); Green value is 236 (92.58% from 255 or 52.68% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 236 - color contains mainly: green. Hex color #61EC73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61EC73 is #9E138C. Grayscale: #B4B4B4. Windows color (decimal): -10359693 or 7597153. OLE color: 7597153.
HSL color Cylindrical-coordinate representation of color #61EC73: hue angle of 127.77º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EC73 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 236 | 115 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.07 |
| HSL | 127.77º | 0.79% | 0.65% | - |
| HSV(B) | 127.77º | 0.59% | 0.93% | - |
| XYZ | 38.02 | 63.77 | 26.52 | - |
| YUV | 180.65 | 90.95 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 236 | 115 | 0.59 | 0 | 0.51 | 0.07 | 127.77 | 0.79 | 0.65 |
| Hex | 61 | EC | 73 | 3B | 0 | 33 | 7 | 80 | 4F | 41 |
| Octal | 141 | 354 | 163 | 73 | 0 | 63 | 7 | 200 | 117 | 101 |
| Binary | 1100001 | 11101100 | 1110011 | 111011 | 0 | 110011 | 111 | 10000000 | 1001111 | 1000001 |
Color Harmonies of #61EC73
Complementary color
Monochromatic Colors of #61EC73
Black with #61EC73
Text Example
Text Example
White with #61EC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EC73; }
p { color: rgb(97,236,115); }
H1.HeaderClassName
{
color: #61EC73;
}
.AnyTagClassName
{
color: #61EC73;
}
</style>
background-color css
<style>
a { background-color: #61EC73; }
a { background-color: rgb(97,236,115); }
div.DivClassName
{
background-color: #61EC73;
}
.BgClassName
{
background-color: #61EC73;
}
</style>
border-color css
<style>
span { border-color: #61EC73; }
span { border-color: rgb(97,236,115); }
td.TdClassName
{
border-color: #61EC73;
}
.TagClassName
{
border-color: #61EC73;
}
</style>