Shades of Screamin' Green #61F145
Tints of Screamin' Green #61F145
RGB
CMYK
RGB Variations
Color information
#61F145 (or 0x61F145) is known color: Screamin' Green. HEX triplet: 61, F1 and 45. RGB value is (97,241,69). Sum of RGB (Red+Green+Blue) = 97+241+69=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 241 (94.53% from 255 or 59.21% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 241 - color contains mainly: green. Hex color #61F145 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61F145 is #9E0EBA. Grayscale: #B2B2B2. Windows color (decimal): -10358459 or 4583777. OLE color: 4583777.
HSL color Cylindrical-coordinate representation of color #61F145: hue angle of 110.23º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61F145 is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 241 | 69 | - |
| CMYK | 0.60 | 0 | 0.71 | 0.05 |
| HSL | 110.23º | 0.86% | 0.61% | - |
| HSV(B) | 110.23º | 0.71% | 0.95% | - |
| XYZ | 37.46 | 65.88 | 16.37 | - |
| YUV | 178.34 | 66.29 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 241 | 69 | 0.60 | 0 | 0.71 | 0.05 | 110.23 | 0.86 | 0.61 |
| Hex | 61 | F1 | 45 | 3C | 0 | 47 | 5 | 6E | 56 | 3D |
| Octal | 141 | 361 | 105 | 74 | 0 | 107 | 5 | 156 | 126 | 75 |
| Binary | 1100001 | 11110001 | 1000101 | 111100 | 0 | 1000111 | 101 | 1101110 | 1010110 | 111101 |
Color Harmonies of #61F145
Complementary color
Monochromatic Colors of #61F145
Black with #61F145
Text Example
Text Example
White with #61F145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F145; }
p { color: rgb(97,241,69); }
H1.HeaderClassName
{
color: #61F145;
}
.AnyTagClassName
{
color: #61F145;
}
</style>
background-color css
<style>
a { background-color: #61F145; }
a { background-color: rgb(97,241,69); }
div.DivClassName
{
background-color: #61F145;
}
.BgClassName
{
background-color: #61F145;
}
</style>
border-color css
<style>
span { border-color: #61F145; }
span { border-color: rgb(97,241,69); }
td.TdClassName
{
border-color: #61F145;
}
.TagClassName
{
border-color: #61F145;
}
</style>