Shades of Bright Green #61F117
Tints of Bright Green #61F117
RGB
CMYK
RGB Variations
Color information
#61F117 (or 0x61F117) is known color: Bright Green. HEX triplet: 61, F1 and 17. RGB value is (97,241,23). Sum of RGB (Red+Green+Blue) = 97+241+23=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 241 (94.53% from 255 or 66.76% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 241 - color contains mainly: green. Hex color #61F117 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #61F117 is #9E0EE8. Grayscale: #ADADAD. Windows color (decimal): -10358505 or 1569121. OLE color: 1569121.
HSL color Cylindrical-coordinate representation of color #61F117: hue angle of 99.63º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61F117 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 241 | 23 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.05 |
| HSL | 99.63º | 0.89% | 0.52% | - |
| HSV(B) | 99.63º | 0.9% | 0.95% | - |
| XYZ | 36.54 | 65.51 | 11.53 | - |
| YUV | 173.09 | 43.29 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 241 | 23 | 0.60 | 0 | 0.90 | 0.05 | 99.63 | 0.89 | 0.52 |
| Hex | 61 | F1 | 17 | 3C | 0 | 5A | 5 | 64 | 59 | 34 |
| Octal | 141 | 361 | 27 | 74 | 0 | 132 | 5 | 144 | 131 | 64 |
| Binary | 1100001 | 11110001 | 10111 | 111100 | 0 | 1011010 | 101 | 1100100 | 1011001 | 110100 |
Color Harmonies of #61F117
Complementary color
Monochromatic Colors of #61F117
Black with #61F117
Text Example
Text Example
White with #61F117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F117; }
p { color: rgb(97,241,23); }
H1.HeaderClassName
{
color: #61F117;
}
.AnyTagClassName
{
color: #61F117;
}
</style>
background-color css
<style>
a { background-color: #61F117; }
a { background-color: rgb(97,241,23); }
div.DivClassName
{
background-color: #61F117;
}
.BgClassName
{
background-color: #61F117;
}
</style>
border-color css
<style>
span { border-color: #61F117; }
span { border-color: rgb(97,241,23); }
td.TdClassName
{
border-color: #61F117;
}
.TagClassName
{
border-color: #61F117;
}
</style>