Shades of Screamin' Green #61EC74
Tints of Screamin' Green #61EC74
RGB
CMYK
RGB Variations
Color information
#61EC74 (or 0x61EC74) is known color: Screamin' Green. HEX triplet: 61, EC and 74. RGB value is (97,236,116). Sum of RGB (Red+Green+Blue) = 97+236+116=449 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.60% from 449); Green value is 236 (92.58% from 255 or 52.56% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 236 - color contains mainly: green. Hex color #61EC74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61EC74 is #9E138B. Grayscale: #B5B5B5. Windows color (decimal): -10359692 or 7662689. OLE color: 7662689.
HSL color Cylindrical-coordinate representation of color #61EC74: hue angle of 128.2º 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 #61EC74 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 236 | 116 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.07 |
| HSL | 128.2º | 0.79% | 0.65% | - |
| HSV(B) | 128.2º | 0.59% | 0.93% | - |
| XYZ | 38.08 | 63.79 | 26.83 | - |
| YUV | 180.76 | 91.45 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 236 | 116 | 0.59 | 0 | 0.51 | 0.07 | 128.2 | 0.79 | 0.65 |
| Hex | 61 | EC | 74 | 3B | 0 | 33 | 7 | 80 | 4F | 41 |
| Octal | 141 | 354 | 164 | 73 | 0 | 63 | 7 | 200 | 117 | 101 |
| Binary | 1100001 | 11101100 | 1110100 | 111011 | 0 | 110011 | 111 | 10000000 | 1001111 | 1000001 |
Color Harmonies of #61EC74
Complementary color
Monochromatic Colors of #61EC74
Black with #61EC74
Text Example
Text Example
White with #61EC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EC74; }
p { color: rgb(97,236,116); }
H1.HeaderClassName
{
color: #61EC74;
}
.AnyTagClassName
{
color: #61EC74;
}
</style>
background-color css
<style>
a { background-color: #61EC74; }
a { background-color: rgb(97,236,116); }
div.DivClassName
{
background-color: #61EC74;
}
.BgClassName
{
background-color: #61EC74;
}
</style>
border-color css
<style>
span { border-color: #61EC74; }
span { border-color: rgb(97,236,116); }
td.TdClassName
{
border-color: #61EC74;
}
.TagClassName
{
border-color: #61EC74;
}
</style>