Shades of Screamin' Green #61E155
Tints of Screamin' Green #61E155
RGB
CMYK
RGB Variations
Color information
#61E155 (or 0x61E155) is known color: Screamin' Green. HEX triplet: 61, E1 and 55. RGB value is (97,225,85). Sum of RGB (Red+Green+Blue) = 97+225+85=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 225 (88.28% from 255 or 55.28% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 225 - color contains mainly: green. Hex color #61E155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61E155 is #9E1EAA. Grayscale: #ABABAB. Windows color (decimal): -10362539 or 5628257. OLE color: 5628257.
HSL color Cylindrical-coordinate representation of color #61E155: hue angle of 114.86º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61E155 is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 225 | 85 | - |
| CMYK | 0.57 | 0 | 0.62 | 0.12 |
| HSL | 114.86º | 0.7% | 0.61% | - |
| HSV(B) | 114.86º | 0.62% | 0.88% | - |
| XYZ | 33.49 | 57.05 | 17.84 | - |
| YUV | 170.77 | 79.59 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 225 | 85 | 0.57 | 0 | 0.62 | 0.12 | 114.86 | 0.7 | 0.61 |
| Hex | 61 | E1 | 55 | 39 | 0 | 3E | C | 73 | 46 | 3D |
| Octal | 141 | 341 | 125 | 71 | 0 | 76 | 14 | 163 | 106 | 75 |
| Binary | 1100001 | 11100001 | 1010101 | 111001 | 0 | 111110 | 1100 | 1110011 | 1000110 | 111101 |
Color Harmonies of #61E155
Complementary color
Monochromatic Colors of #61E155
Black with #61E155
Text Example
Text Example
White with #61E155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E155; }
p { color: rgb(97,225,85); }
H1.HeaderClassName
{
color: #61E155;
}
.AnyTagClassName
{
color: #61E155;
}
</style>
background-color css
<style>
a { background-color: #61E155; }
a { background-color: rgb(97,225,85); }
div.DivClassName
{
background-color: #61E155;
}
.BgClassName
{
background-color: #61E155;
}
</style>
border-color css
<style>
span { border-color: #61E155; }
span { border-color: rgb(97,225,85); }
td.TdClassName
{
border-color: #61E155;
}
.TagClassName
{
border-color: #61E155;
}
</style>