Shades of Screamin' Green #61EC51
Tints of Screamin' Green #61EC51
RGB
CMYK
RGB Variations
Color information
#61EC51 (or 0x61EC51) is known color: Screamin' Green. HEX triplet: 61, EC and 51. RGB value is (97,236,81). Sum of RGB (Red+Green+Blue) = 97+236+81=414 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.43% from 414); Green value is 236 (92.58% from 255 or 57.00% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 236 - color contains mainly: green. Hex color #61EC51 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61EC51 is #9E13AE. Grayscale: #B1B1B1. Windows color (decimal): -10359727 or 5368929. OLE color: 5368929.
HSL color Cylindrical-coordinate representation of color #61EC51: hue angle of 113.81º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61EC51 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 236 | 81 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.07 |
| HSL | 113.81º | 0.8% | 0.62% | - |
| HSV(B) | 113.81º | 0.66% | 0.93% | - |
| XYZ | 36.41 | 63.13 | 18.05 | - |
| YUV | 176.77 | 73.95 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 236 | 81 | 0.59 | 0 | 0.66 | 0.07 | 113.81 | 0.8 | 0.62 |
| Hex | 61 | EC | 51 | 3B | 0 | 42 | 7 | 72 | 50 | 3E |
| Octal | 141 | 354 | 121 | 73 | 0 | 102 | 7 | 162 | 120 | 76 |
| Binary | 1100001 | 11101100 | 1010001 | 111011 | 0 | 1000010 | 111 | 1110010 | 1010000 | 111110 |
Color Harmonies of #61EC51
Complementary color
Monochromatic Colors of #61EC51
Black with #61EC51
Text Example
Text Example
White with #61EC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EC51; }
p { color: rgb(97,236,81); }
H1.HeaderClassName
{
color: #61EC51;
}
.AnyTagClassName
{
color: #61EC51;
}
</style>
background-color css
<style>
a { background-color: #61EC51; }
a { background-color: rgb(97,236,81); }
div.DivClassName
{
background-color: #61EC51;
}
.BgClassName
{
background-color: #61EC51;
}
</style>
border-color css
<style>
span { border-color: #61EC51; }
span { border-color: rgb(97,236,81); }
td.TdClassName
{
border-color: #61EC51;
}
.TagClassName
{
border-color: #61EC51;
}
</style>