Shades of Screamin' Green #61E765
Tints of Screamin' Green #61E765
RGB
CMYK
RGB Variations
Color information
#61E765 (or 0x61E765) is known color: Screamin' Green. HEX triplet: 61, E7 and 65. RGB value is (97,231,101). Sum of RGB (Red+Green+Blue) = 97+231+101=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 231 (90.62% from 255 or 53.85% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 231 - color contains mainly: green. Hex color #61E765 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61E765 is #9E189A. Grayscale: #B0B0B0. Windows color (decimal): -10360987 or 6678369. OLE color: 6678369.
HSL color Cylindrical-coordinate representation of color #61E765: hue angle of 121.79º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E765 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 231 | 101 | - |
| CMYK | 0.58 | 0 | 0.56 | 0.09 |
| HSL | 121.79º | 0.74% | 0.64% | - |
| HSV(B) | 121.79º | 0.58% | 0.91% | - |
| XYZ | 35.85 | 60.63 | 22.13 | - |
| YUV | 176.11 | 85.61 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 231 | 101 | 0.58 | 0 | 0.56 | 0.09 | 121.79 | 0.74 | 0.64 |
| Hex | 61 | E7 | 65 | 3A | 0 | 38 | 9 | 7A | 4A | 40 |
| Octal | 141 | 347 | 145 | 72 | 0 | 70 | 11 | 172 | 112 | 100 |
| Binary | 1100001 | 11100111 | 1100101 | 111010 | 0 | 111000 | 1001 | 1111010 | 1001010 | 1000000 |
Color Harmonies of #61E765
Complementary color
Monochromatic Colors of #61E765
Black with #61E765
Text Example
Text Example
White with #61E765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E765; }
p { color: rgb(97,231,101); }
H1.HeaderClassName
{
color: #61E765;
}
.AnyTagClassName
{
color: #61E765;
}
</style>
background-color css
<style>
a { background-color: #61E765; }
a { background-color: rgb(97,231,101); }
div.DivClassName
{
background-color: #61E765;
}
.BgClassName
{
background-color: #61E765;
}
</style>
border-color css
<style>
span { border-color: #61E765; }
span { border-color: rgb(97,231,101); }
td.TdClassName
{
border-color: #61E765;
}
.TagClassName
{
border-color: #61E765;
}
</style>