Shades of Screamin' Green #61E460
Tints of Screamin' Green #61E460
RGB
CMYK
RGB Variations
Color information
#61E460 (or 0x61E460) is known color: Screamin' Green. HEX triplet: 61, E4 and 60. RGB value is (97,228,96). Sum of RGB (Red+Green+Blue) = 97+228+96=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 228 (89.45% from 255 or 54.16% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 228 - color contains mainly: green. Hex color #61E460 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61E460 is #9E1B9F. Grayscale: #AEAEAE. Windows color (decimal): -10361760 or 6349921. OLE color: 6349921.
HSL color Cylindrical-coordinate representation of color #61E460: hue angle of 119.55º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E460 is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 97 | 228 | 96 | - |
| CMYK | 0.57 | 0 | 0.58 | 0.11 |
| HSL | 119.55º | 0.71% | 0.64% | - |
| HSV(B) | 119.55º | 0.58% | 0.89% | - |
| XYZ | 34.78 | 58.87 | 20.6 | - |
| YUV | 173.78 | 84.1 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 228 | 96 | 0.57 | 0 | 0.58 | 0.11 | 119.55 | 0.71 | 0.64 |
| Hex | 61 | E4 | 60 | 39 | 0 | 3A | B | 78 | 47 | 40 |
| Octal | 141 | 344 | 140 | 71 | 0 | 72 | 13 | 170 | 107 | 100 |
| Binary | 1100001 | 11100100 | 1100000 | 111001 | 0 | 111010 | 1011 | 1111000 | 1000111 | 1000000 |
Color Harmonies of #61E460
Complementary color
Monochromatic Colors of #61E460
Black with #61E460
Text Example
Text Example
White with #61E460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E460; }
p { color: rgb(97,228,96); }
H1.HeaderClassName
{
color: #61E460;
}
.AnyTagClassName
{
color: #61E460;
}
</style>
background-color css
<style>
a { background-color: #61E460; }
a { background-color: rgb(97,228,96); }
div.DivClassName
{
background-color: #61E460;
}
.BgClassName
{
background-color: #61E460;
}
</style>
border-color css
<style>
span { border-color: #61E460; }
span { border-color: rgb(97,228,96); }
td.TdClassName
{
border-color: #61E460;
}
.TagClassName
{
border-color: #61E460;
}
</style>