Shades of Screamin' Green #61EC66
Tints of Screamin' Green #61EC66
RGB
CMYK
RGB Variations
Color information
#61EC66 (or 0x61EC66) is known color: Screamin' Green. HEX triplet: 61, EC and 66. RGB value is (97,236,102). Sum of RGB (Red+Green+Blue) = 97+236+102=435 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.30% from 435); Green value is 236 (92.58% from 255 or 54.25% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 236 - color contains mainly: green. Hex color #61EC66 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61EC66 is #9E1399. Grayscale: #B3B3B3. Windows color (decimal): -10359706 or 6745185. OLE color: 6745185.
HSL color Cylindrical-coordinate representation of color #61EC66: hue angle of 122.16º 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 #61EC66 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 236 | 102 | - |
| CMYK | 0.59 | 0 | 0.57 | 0.07 |
| HSL | 122.16º | 0.79% | 0.65% | - |
| HSV(B) | 122.16º | 0.59% | 0.93% | - |
| XYZ | 37.32 | 63.49 | 22.86 | - |
| YUV | 179.16 | 84.45 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 236 | 102 | 0.59 | 0 | 0.57 | 0.07 | 122.16 | 0.79 | 0.65 |
| Hex | 61 | EC | 66 | 3B | 0 | 39 | 7 | 7A | 4F | 41 |
| Octal | 141 | 354 | 146 | 73 | 0 | 71 | 7 | 172 | 117 | 101 |
| Binary | 1100001 | 11101100 | 1100110 | 111011 | 0 | 111001 | 111 | 1111010 | 1001111 | 1000001 |
Color Harmonies of #61EC66
Complementary color
Monochromatic Colors of #61EC66
Black with #61EC66
Text Example
Text Example
White with #61EC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EC66; }
p { color: rgb(97,236,102); }
H1.HeaderClassName
{
color: #61EC66;
}
.AnyTagClassName
{
color: #61EC66;
}
</style>
background-color css
<style>
a { background-color: #61EC66; }
a { background-color: rgb(97,236,102); }
div.DivClassName
{
background-color: #61EC66;
}
.BgClassName
{
background-color: #61EC66;
}
</style>
border-color css
<style>
span { border-color: #61EC66; }
span { border-color: rgb(97,236,102); }
td.TdClassName
{
border-color: #61EC66;
}
.TagClassName
{
border-color: #61EC66;
}
</style>