Shades of Screamin' Green #61EE61
Tints of Screamin' Green #61EE61
RGB
CMYK
RGB Variations
Color information
#61EE61 (or 0x61EE61) is known color: Screamin' Green. HEX triplet: 61, EE and 61. RGB value is (97,238,97). Sum of RGB (Red+Green+Blue) = 97+238+97=432 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.45% from 432); Green value is 238 (93.36% from 255 or 55.09% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 238 - color contains mainly: green. Hex color #61EE61 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61EE61 is #9E119E. Grayscale: #B4B4B4. Windows color (decimal): -10359199 or 6418017. OLE color: 6418017.
HSL color Cylindrical-coordinate representation of color #61EE61: hue angle of 120º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EE61 is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 238 | 97 | - |
| CMYK | 0.59 | 0 | 0.59 | 0.07 |
| HSL | 120º | 0.81% | 0.66% | - |
| HSV(B) | 120º | 0.59% | 0.93% | - |
| XYZ | 37.66 | 64.55 | 21.78 | - |
| YUV | 179.77 | 81.29 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 238 | 97 | 0.59 | 0 | 0.59 | 0.07 | 120 | 0.81 | 0.66 |
| Hex | 61 | EE | 61 | 3B | 0 | 3B | 7 | 78 | 51 | 42 |
| Octal | 141 | 356 | 141 | 73 | 0 | 73 | 7 | 170 | 121 | 102 |
| Binary | 1100001 | 11101110 | 1100001 | 111011 | 0 | 111011 | 111 | 1111000 | 1010001 | 1000010 |
Color Harmonies of #61EE61
Complementary color
Monochromatic Colors of #61EE61
Black with #61EE61
Text Example
Text Example
White with #61EE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EE61; }
p { color: rgb(97,238,97); }
H1.HeaderClassName
{
color: #61EE61;
}
.AnyTagClassName
{
color: #61EE61;
}
</style>
background-color css
<style>
a { background-color: #61EE61; }
a { background-color: rgb(97,238,97); }
div.DivClassName
{
background-color: #61EE61;
}
.BgClassName
{
background-color: #61EE61;
}
</style>
border-color css
<style>
span { border-color: #61EE61; }
span { border-color: rgb(97,238,97); }
td.TdClassName
{
border-color: #61EE61;
}
.TagClassName
{
border-color: #61EE61;
}
</style>