Shades of Screamin' Green #61EC4A
Tints of Screamin' Green #61EC4A
RGB
CMYK
RGB Variations
Color information
#61EC4A (or 0x61EC4A) is known color: Screamin' Green. HEX triplet: 61, EC and 4A. RGB value is (97,236,74). Sum of RGB (Red+Green+Blue) = 97+236+74=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 236 (92.58% from 255 or 57.99% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 236 - color contains mainly: green. Hex color #61EC4A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61EC4A is #9E13B5. Grayscale: #B0B0B0. Windows color (decimal): -10359734 or 4910177. OLE color: 4910177.
HSL color Cylindrical-coordinate representation of color #61EC4A: hue angle of 111.48º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61EC4A is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 236 | 74 | - |
| CMYK | 0.59 | 0 | 0.69 | 0.07 |
| HSL | 111.48º | 0.81% | 0.61% | - |
| HSV(B) | 111.48º | 0.69% | 0.93% | - |
| XYZ | 36.16 | 63.03 | 16.74 | - |
| YUV | 175.97 | 70.45 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 236 | 74 | 0.59 | 0 | 0.69 | 0.07 | 111.48 | 0.81 | 0.61 |
| Hex | 61 | EC | 4A | 3B | 0 | 45 | 7 | 6F | 51 | 3D |
| Octal | 141 | 354 | 112 | 73 | 0 | 105 | 7 | 157 | 121 | 75 |
| Binary | 1100001 | 11101100 | 1001010 | 111011 | 0 | 1000101 | 111 | 1101111 | 1010001 | 111101 |
Color Harmonies of #61EC4A
Complementary color
Monochromatic Colors of #61EC4A
Black with #61EC4A
Text Example
Text Example
White with #61EC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EC4A; }
p { color: rgb(97,236,74); }
H1.HeaderClassName
{
color: #61EC4A;
}
.AnyTagClassName
{
color: #61EC4A;
}
</style>
background-color css
<style>
a { background-color: #61EC4A; }
a { background-color: rgb(97,236,74); }
div.DivClassName
{
background-color: #61EC4A;
}
.BgClassName
{
background-color: #61EC4A;
}
</style>
border-color css
<style>
span { border-color: #61EC4A; }
span { border-color: rgb(97,236,74); }
td.TdClassName
{
border-color: #61EC4A;
}
.TagClassName
{
border-color: #61EC4A;
}
</style>