Shades of Screamin' Green #61E65E
Tints of Screamin' Green #61E65E
RGB
CMYK
RGB Variations
Color information
#61E65E (or 0x61E65E) is known color: Screamin' Green. HEX triplet: 61, E6 and 5E. RGB value is (97,230,94). Sum of RGB (Red+Green+Blue) = 97+230+94=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 230 (90.23% from 255 or 54.63% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 230 - color contains mainly: green. Hex color #61E65E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61E65E is #9E19A1. Grayscale: #AFAFAF. Windows color (decimal): -10361250 or 6219361. OLE color: 6219361.
HSL color Cylindrical-coordinate representation of color #61E65E: hue angle of 118.68º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61E65E is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 230 | 94 | - |
| CMYK | 0.58 | 0 | 0.59 | 0.10 |
| HSL | 118.68º | 0.73% | 0.64% | - |
| HSV(B) | 118.68º | 0.59% | 0.9% | - |
| XYZ | 35.25 | 59.94 | 20.3 | - |
| YUV | 174.73 | 82.44 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 230 | 94 | 0.58 | 0 | 0.59 | 0.10 | 118.68 | 0.73 | 0.64 |
| Hex | 61 | E6 | 5E | 3A | 0 | 3B | A | 77 | 49 | 40 |
| Octal | 141 | 346 | 136 | 72 | 0 | 73 | 12 | 167 | 111 | 100 |
| Binary | 1100001 | 11100110 | 1011110 | 111010 | 0 | 111011 | 1010 | 1110111 | 1001001 | 1000000 |
Color Harmonies of #61E65E
Complementary color
Monochromatic Colors of #61E65E
Black with #61E65E
Text Example
Text Example
White with #61E65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E65E; }
p { color: rgb(97,230,94); }
H1.HeaderClassName
{
color: #61E65E;
}
.AnyTagClassName
{
color: #61E65E;
}
</style>
background-color css
<style>
a { background-color: #61E65E; }
a { background-color: rgb(97,230,94); }
div.DivClassName
{
background-color: #61E65E;
}
.BgClassName
{
background-color: #61E65E;
}
</style>
border-color css
<style>
span { border-color: #61E65E; }
span { border-color: rgb(97,230,94); }
td.TdClassName
{
border-color: #61E65E;
}
.TagClassName
{
border-color: #61E65E;
}
</style>