Shades of Screamin' Green #61EC40
Tints of Screamin' Green #61EC40
RGB
CMYK
RGB Variations
Color information
#61EC40 (or 0x61EC40) is known color: Screamin' Green. HEX triplet: 61, EC and 40. RGB value is (97,236,64). Sum of RGB (Red+Green+Blue) = 97+236+64=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 236 (92.58% from 255 or 59.45% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 236 - color contains mainly: green. Hex color #61EC40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61EC40 is #9E13BF. Grayscale: #AFAFAF. Windows color (decimal): -10359744 or 4254817. OLE color: 4254817.
HSL color Cylindrical-coordinate representation of color #61EC40: hue angle of 108.49º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61EC40 is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 236 | 64 | - |
| CMYK | 0.59 | 0 | 0.73 | 0.07 |
| HSL | 108.49º | 0.82% | 0.59% | - |
| HSV(B) | 108.49º | 0.73% | 0.93% | - |
| XYZ | 35.85 | 62.9 | 15.1 | - |
| YUV | 174.83 | 65.45 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 236 | 64 | 0.59 | 0 | 0.73 | 0.07 | 108.49 | 0.82 | 0.59 |
| Hex | 61 | EC | 40 | 3B | 0 | 49 | 7 | 6C | 52 | 3B |
| Octal | 141 | 354 | 100 | 73 | 0 | 111 | 7 | 154 | 122 | 73 |
| Binary | 1100001 | 11101100 | 1000000 | 111011 | 0 | 1001001 | 111 | 1101100 | 1010010 | 111011 |
Color Harmonies of #61EC40
Complementary color
Monochromatic Colors of #61EC40
Black with #61EC40
Text Example
Text Example
White with #61EC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EC40; }
p { color: rgb(97,236,64); }
H1.HeaderClassName
{
color: #61EC40;
}
.AnyTagClassName
{
color: #61EC40;
}
</style>
background-color css
<style>
a { background-color: #61EC40; }
a { background-color: rgb(97,236,64); }
div.DivClassName
{
background-color: #61EC40;
}
.BgClassName
{
background-color: #61EC40;
}
</style>
border-color css
<style>
span { border-color: #61EC40; }
span { border-color: rgb(97,236,64); }
td.TdClassName
{
border-color: #61EC40;
}
.TagClassName
{
border-color: #61EC40;
}
</style>