Shades of Screamin' Green #61EC5A
Tints of Screamin' Green #61EC5A
RGB
CMYK
RGB Variations
Color information
#61EC5A (or 0x61EC5A) is known color: Screamin' Green. HEX triplet: 61, EC and 5A. RGB value is (97,236,90). Sum of RGB (Red+Green+Blue) = 97+236+90=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 236 (92.58% from 255 or 55.79% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 236 - color contains mainly: green. Hex color #61EC5A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61EC5A is #9E13A5. Grayscale: #B2B2B2. Windows color (decimal): -10359718 or 5958753. OLE color: 5958753.
HSL color Cylindrical-coordinate representation of color #61EC5A: hue angle of 117.12º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61EC5A is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 236 | 90 | - |
| CMYK | 0.59 | 0 | 0.62 | 0.07 |
| HSL | 117.12º | 0.79% | 0.64% | - |
| HSV(B) | 117.12º | 0.62% | 0.93% | - |
| XYZ | 36.77 | 63.27 | 19.95 | - |
| YUV | 177.8 | 78.45 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 236 | 90 | 0.59 | 0 | 0.62 | 0.07 | 117.12 | 0.79 | 0.64 |
| Hex | 61 | EC | 5A | 3B | 0 | 3E | 7 | 75 | 4F | 40 |
| Octal | 141 | 354 | 132 | 73 | 0 | 76 | 7 | 165 | 117 | 100 |
| Binary | 1100001 | 11101100 | 1011010 | 111011 | 0 | 111110 | 111 | 1110101 | 1001111 | 1000000 |
Color Harmonies of #61EC5A
Complementary color
Monochromatic Colors of #61EC5A
Black with #61EC5A
Text Example
Text Example
White with #61EC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EC5A; }
p { color: rgb(97,236,90); }
H1.HeaderClassName
{
color: #61EC5A;
}
.AnyTagClassName
{
color: #61EC5A;
}
</style>
background-color css
<style>
a { background-color: #61EC5A; }
a { background-color: rgb(97,236,90); }
div.DivClassName
{
background-color: #61EC5A;
}
.BgClassName
{
background-color: #61EC5A;
}
</style>
border-color css
<style>
span { border-color: #61EC5A; }
span { border-color: rgb(97,236,90); }
td.TdClassName
{
border-color: #61EC5A;
}
.TagClassName
{
border-color: #61EC5A;
}
</style>