Shades of Screamin' Green #61F064
Tints of Screamin' Green #61F064
RGB
CMYK
RGB Variations
Color information
#61F064 (or 0x61F064) is known color: Screamin' Green. HEX triplet: 61, F0 and 64. RGB value is (97,240,100). Sum of RGB (Red+Green+Blue) = 97+240+100=437 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.20% from 437); Green value is 240 (94.14% from 255 or 54.92% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 240 - color contains mainly: green. Hex color #61F064 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61F064 is #9E0F9B. Grayscale: #B5B5B5. Windows color (decimal): -10358684 or 6615137. OLE color: 6615137.
HSL color Cylindrical-coordinate representation of color #61F064: hue angle of 121.26º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F064 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 240 | 100 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.06 |
| HSL | 121.26º | 0.83% | 0.66% | - |
| HSV(B) | 121.26º | 0.6% | 0.94% | - |
| XYZ | 38.39 | 65.78 | 22.73 | - |
| YUV | 181.28 | 82.12 | 67.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 240 | 100 | 0.60 | 0 | 0.58 | 0.06 | 121.26 | 0.83 | 0.66 |
| Hex | 61 | F0 | 64 | 3C | 0 | 3A | 6 | 79 | 53 | 42 |
| Octal | 141 | 360 | 144 | 74 | 0 | 72 | 6 | 171 | 123 | 102 |
| Binary | 1100001 | 11110000 | 1100100 | 111100 | 0 | 111010 | 110 | 1111001 | 1010011 | 1000010 |
Color Harmonies of #61F064
Complementary color
Monochromatic Colors of #61F064
Black with #61F064
Text Example
Text Example
White with #61F064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F064; }
p { color: rgb(97,240,100); }
H1.HeaderClassName
{
color: #61F064;
}
.AnyTagClassName
{
color: #61F064;
}
</style>
background-color css
<style>
a { background-color: #61F064; }
a { background-color: rgb(97,240,100); }
div.DivClassName
{
background-color: #61F064;
}
.BgClassName
{
background-color: #61F064;
}
</style>
border-color css
<style>
span { border-color: #61F064; }
span { border-color: rgb(97,240,100); }
td.TdClassName
{
border-color: #61F064;
}
.TagClassName
{
border-color: #61F064;
}
</style>